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 1bfec83 commit 355d467Copy full SHA for 355d467
.github/workflows/deno_tests.yml
@@ -59,8 +59,13 @@ 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 directories
63
+ run: |
64
+ for DIR in . bids-validator bids-validator/tests bids-validator/tests/data bids-validator/tests/data/bids-examples; do
65
+ ls -AFl $DIR;
66
+ done
67
- name: List examples directory
- run: ls -aflR bids-validator/tests/data/bids-examples
68
+ run: ls -AFlR bids-validator/tests/data/bids-examples
69
- name: Disable example that requires network access
70
run: touch bids-validator/tests/data/bids-examples/xeeg_hed_score/.SKIP_VALIDATION
71
0 commit comments