Skip to content

Commit

Permalink
Update ⬆️npm-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagoda11 authored Sep 9, 2024
1 parent e6c2e8c commit 8176493
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/⬆️npm-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
run: |
debricked scan -t ${{ secrets.DEBRICKED_TOKEN }} -r ${{ github.repository }} -c ${{ github.sha }}
- name: 🏗️ Build project
run: npm run build

- name: ✅ Run tests
run: npm test

- name: 📝 Commit changes
if: success()
run: |
Expand Down

0 comments on commit 8176493

Please sign in to comment.