Skip to content

Commit

Permalink
only audit on ubuntu-latest (actions#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmacfarlane authored Jan 4, 2020
1 parent 803934e commit bfd29dc
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 @@ -50,6 +50,8 @@ jobs:

- name: audit tools
run: npm audit --audit-level=moderate
if: matrix.runs-on == 'ubuntu-latest'

- name: audit packages
run: npm run audit-all
if: matrix.runs-on == 'ubuntu-latest'

0 comments on commit bfd29dc

Please sign in to comment.