Skip to content

Commit bdbae3d

Browse files
committed
changes
1 parent bdc50b4 commit bdbae3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- uses: actions/checkout@v3
3232
- name: Install dependencies
3333
run: npm install
34+
- name: Check installed packages
35+
run: npm list jest
3436
- name: Run Integration Tests
3537
run: npm run test:integration
3638

@@ -44,7 +46,7 @@ jobs:
4446
- name: Run Snyk Scan
4547
env:
4648
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
47-
run: snyk test --all-projects
49+
run: snyk test --all-projects --severity-threshold=high --fail-on=all
4850

4951
deploy:
5052
needs: integration-tests

0 commit comments

Comments
 (0)