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 162fdf3 commit 1bfec83Copy full SHA for 1bfec83
.github/workflows/deno_tests.yml
@@ -59,6 +59,8 @@ 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: List examples directory
63
+ run: ls -aflR bids-validator/tests/data/bids-examples
64
- name: Disable example that requires network access
65
run: touch bids-validator/tests/data/bids-examples/xeeg_hed_score/.SKIP_VALIDATION
66
0 commit comments