Skip to content

Commit

Permalink
fix: Do not fail CI on bad audit
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCookson committed Aug 20, 2024
1 parent 67a6389 commit 085a0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- name: Run audit
run: npm run test:audit
continue-on-error: true

- name: Prettier
run: npm run test:format
Expand Down

0 comments on commit 085a0ac

Please sign in to comment.