Skip to content

Commit

Permalink
GHA: run audit as separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jan 24, 2022
1 parent cf358f2 commit 9b7fc6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,7 +20,10 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install
run: npm ci && npm audit
run: npm ci

- name: Audit
run: npm audit

- name: Run tests
run: npx grunt lint test coverage
Expand Down

0 comments on commit 9b7fc6e

Please sign in to comment.