File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments