Skip to content

Commit

Permalink
Run npm audit on all PRs (#83)
Browse files Browse the repository at this point in the history
Fix #82
  • Loading branch information
diracdeltas committed Nov 22, 2021
1 parent 9b00978 commit dd86f30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- run: npm ci

- run: npm audit

- run: node --unhandled-rejections=strict fern.js build configs/ci/unit-tests.js --include-tests

- run: node --unhandled-rejections=strict fern.js test configs/ci/unit-tests.js -l unit-node --environment testing --no-build --ci report.xml

0 comments on commit dd86f30

Please sign in to comment.