We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f50b7 commit a8b74afCopy full SHA for a8b74af
.github/workflows/deno_tests.yml
@@ -60,6 +60,9 @@ jobs:
60
- name: Disable example that requires network access
61
run: touch tests/data/bids-examples/xeeg_hed_score/.SKIP_VALIDATION
62
if: ${{ ! matrix.allow-net }}
63
+ - name: Disable unreleased examples
64
+ run: touch tests/data/bids-examples/dwi_deriv/.SKIP_VALIDATION
65
+ if: github.ref_name != 'dev'
66
- run: deno test --node-modules-dir=auto $PERMS --coverage=cov/ src/
67
- name: Collect coverage
68
run: deno coverage cov/ --lcov --output=coverage.lcov
0 commit comments