Skip to content

Commit 74b0174

Browse files
committed
pipeline: Allow audit job to fail for now
1 parent c5cf5b9 commit 74b0174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- run: npm run coverage
2020
audit:
2121
runs-on: ubuntu-latest
22+
continue-on-error: true
2223
strategy:
2324
matrix:
2425
node-version: [12.x]

0 commit comments

Comments
 (0)