We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6b543 commit 162fdf3Copy full SHA for 162fdf3
.github/workflows/deno_tests.yml
@@ -59,6 +59,9 @@ jobs:
59
- name: Set permissions without network access
60
run: echo 'PERMS=--allow-read --allow-write --allow-env --allow-run --deny-net' >> $GITHUB_ENV
61
if: ${{ ! matrix.allow-net }}
62
+ - name: Disable example that requires network access
63
+ run: touch bids-validator/tests/data/bids-examples/xeeg_hed_score/.SKIP_VALIDATION
64
+ if: ${{ ! matrix.allow-net }}
65
- run: deno test --node-modules-dir=auto $PERMS --coverage=cov/ src/
66
- name: Collect coverage
67
run: deno coverage cov/ --lcov --output=coverage.lcov
0 commit comments