Skip to content

Commit

Permalink
MAT-7501 revert workflow setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecilia Liu committed Aug 14, 2024
1 parent a1c8ce5 commit ef2f654
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 --omit=dev --audit-level=${{ vars.NPM_AUDIT_LEVEL }}
run: npm audit --production

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

0 comments on commit ef2f654

Please sign in to comment.