Skip to content

Commit

Permalink
Update unit_test_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-benohe authored Jan 31, 2024
1 parent 7aee82c commit 7d59073
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unit_test_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# This workflow will do the following:
# - perform a clean install of node dependencies
# - lint the source code for errors
# - build the source code
Expand Down Expand Up @@ -49,7 +48,7 @@ jobs:
run: npm ci

- name: Audit dependencies for security vulnerabilities
run: npm audit
run: npm audit --audit-level=high

- name: Lint the source code
run: npm run-script lint
Expand Down Expand Up @@ -100,4 +99,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: lcov.info
fail_ci_if_error: true
fail_ci_if_error: true

0 comments on commit 7d59073

Please sign in to comment.