Skip to content

Commit 355d467

Browse files
committed
What is anything?
1 parent 1bfec83 commit 355d467

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deno_tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,13 @@ 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 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
6267
- name: List examples directory
63-
run: ls -aflR bids-validator/tests/data/bids-examples
68+
run: ls -AFlR bids-validator/tests/data/bids-examples
6469
- name: Disable example that requires network access
6570
run: touch bids-validator/tests/data/bids-examples/xeeg_hed_score/.SKIP_VALIDATION
6671
if: ${{ ! matrix.allow-net }}

0 commit comments

Comments
 (0)