Skip to content

Commit

Permalink
Update .github/workflows/deno_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Oct 15, 2024
1 parent e6aea46 commit 0af7d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno --node-modules-dir=auto --allow-env --allow-read --allow-run --allow-net ./build.ts
- run: deno --node-modules-dir=auto -A ./build.ts
working-directory: ./bids-validator
- run: deno run -A ./bids-validator/dist/validator/bids-validator.js --version
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0af7d7e

Please sign in to comment.