Merge pull request #157 from oke-py/test
chore(test): ignore devDependencies vulnerabilities
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -63,11 +63,13 @@ jobs:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue_title: npm audit run by test job
|
||||
create_issues: false
|
||||
production_flag: true
|
||||
- uses: ./
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
working_directory: __tests__/testdata/workdir/
|
||||
create_issues: false
|
||||
production_flag: true
|
||||
|
||||
test-on-windows:
|
||||
strategy:
|
||||
@@ -92,8 +94,10 @@ jobs:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue_title: npm audit run by test job
|
||||
create_issues: false
|
||||
production_flag: true
|
||||
- uses: ./
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
working_directory: __tests__/testdata/workdir/
|
||||
create_issues: false
|
||||
production_flag: true
|
||||
|
||||
Reference in New Issue
Block a user