Skip to content

Commit

Permalink
Merge pull request #980 from zowe/fix-audit
Browse files Browse the repository at this point in the history
Stop CI build only for production level dependencies
  • Loading branch information
zFernand0 authored Aug 17, 2020
2 parents c0692cc + b9f92a6 commit 33f9088
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zowe-exlorer-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# run audit on 1 system to avoid overloading the audit API
- name: Audit from Windows / Node 12.x
run: npm audit --audit-level=moderate
run: npm audit --production --audit-level=moderate
if: matrix.os == 'windows-latest' && matrix.node-version == '12.x'

- name: Create test data file
Expand Down
Loading

0 comments on commit 33f9088

Please sign in to comment.