Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
SenneDemaegd committed Oct 21, 2024
1 parent c59f93a commit 503b16d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -38,9 +38,9 @@ jobs:
# run: docker compose run test
# - name: Clean up containers
# run: docker compose down
# - name: Test with Snyk
# uses: snyk/actions/node@master
# with:
# command: monitor
# env:
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
- name: Test with Snyk
uses: snyk/actions/node@master
with:
command: monitor
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 503b16d

Please sign in to comment.