Skip to content

Commit 1bfec83

Browse files
committed
wat
1 parent 162fdf3 commit 1bfec83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deno_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
- name: Set permissions without network access
6060
run: echo 'PERMS=--allow-read --allow-write --allow-env --allow-run --deny-net' >> $GITHUB_ENV
6161
if: ${{ ! matrix.allow-net }}
62+
- name: List examples directory
63+
run: ls -aflR bids-validator/tests/data/bids-examples
6264
- name: Disable example that requires network access
6365
run: touch bids-validator/tests/data/bids-examples/xeeg_hed_score/.SKIP_VALIDATION
6466
if: ${{ ! matrix.allow-net }}

0 commit comments

Comments
 (0)