Skip to content

Commit

Permalink
What is anything?
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 31, 2024
1 parent 1bfec83 commit 355d467
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deno_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,13 @@ jobs:
- name: Set permissions without network access
run: echo 'PERMS=--allow-read --allow-write --allow-env --allow-run --deny-net' >> $GITHUB_ENV
if: ${{ ! matrix.allow-net }}
- name: List directories
run: |
for DIR in . bids-validator bids-validator/tests bids-validator/tests/data bids-validator/tests/data/bids-examples; do
ls -AFl $DIR;
done
- name: List examples directory
run: ls -aflR bids-validator/tests/data/bids-examples
run: ls -AFlR bids-validator/tests/data/bids-examples
- name: Disable example that requires network access
run: touch bids-validator/tests/data/bids-examples/xeeg_hed_score/.SKIP_VALIDATION
if: ${{ ! matrix.allow-net }}
Expand Down

0 comments on commit 355d467

Please sign in to comment.