Skip to content

Commit

Permalink
ci: make audit informative
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Apr 18, 2022
1 parent d5f4154 commit 0b4caf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
jobs:
audit:
name: NPM Audit (Production)
continue-on-error: true
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -133,7 +134,6 @@ jobs:
conformance-suite:
runs-on: ubuntu-latest
needs:
- audit
- test
- build-conformance-suite
env:
Expand Down

0 comments on commit 0b4caf1

Please sign in to comment.