Skip to content

Commit 346ae58

Browse files
committed
Okay. Working directory
1 parent 355d467 commit 346ae58

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/deno_tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +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 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
68-
run: ls -AFlR bids-validator/tests/data/bids-examples
6962
- name: Disable example that requires network access
70-
run: touch bids-validator/tests/data/bids-examples/xeeg_hed_score/.SKIP_VALIDATION
63+
run: touch tests/data/bids-examples/xeeg_hed_score/.SKIP_VALIDATION
7164
if: ${{ ! matrix.allow-net }}
7265
- run: deno test --node-modules-dir=auto $PERMS --coverage=cov/ src/
7366
- name: Collect coverage

0 commit comments

Comments
 (0)