Skip to content

Commit

Permalink
feat: snyk pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DevRico003 committed Feb 28, 2024
1 parent 7f94221 commit eb2013f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Build
run: npm run build

- name: Run tests
run: npm test
# - name: Run tests
# run: npm test

- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/[email protected]
Expand Down

0 comments on commit eb2013f

Please sign in to comment.