Skip to content

Commit

Permalink
should of just -A'd it eh?
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblair committed Oct 14, 2024
1 parent 8877ba6 commit e6aea46
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 ./build.ts
- run: deno --node-modules-dir=auto --allow-env --allow-read --allow-run --allow-net ./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 e6aea46

Please sign in to comment.