Skip to content

Commit

Permalink
Okay. Working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 31, 2024
1 parent 355d467 commit 346ae58
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/deno_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,8 @@ 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
- name: Disable example that requires network access
run: touch bids-validator/tests/data/bids-examples/xeeg_hed_score/.SKIP_VALIDATION
run: touch tests/data/bids-examples/xeeg_hed_score/.SKIP_VALIDATION
if: ${{ ! matrix.allow-net }}
- run: deno test --node-modules-dir=auto $PERMS --coverage=cov/ src/
- name: Collect coverage
Expand Down

0 comments on commit 346ae58

Please sign in to comment.