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 22, 2025
1 parent 57b3dcd commit 0e7b040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: npm ci

- name: Audit dependencies for security vulnerabilities
run: npm audit --production
run: npm audit --omit=dev --audit-level=${{ secrets.NPM_AUDIT_LEVEL }}

- name: Lint the source code
run: npm run-script lint
Expand Down

0 comments on commit 0e7b040

Please sign in to comment.