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 2ace302 commit bc3fe72Copy full SHA for bc3fe72
.github/workflows/deno_tests.yml
@@ -76,7 +76,7 @@ jobs:
76
if: ${{ ! matrix.allow-net }}
77
- name: Disable unreleased examples
78
run: touch tests/data/bids-examples/dwi_deriv/.SKIP_VALIDATION
79
- if: github.ref_name != 'dev'
+ if: github.ref_name != 'dev' && github.base_ref != 'dev'
80
- run: deno test --node-modules-dir=auto $PERMS --coverage=cov/ src/
81
- name: Collect coverage
82
run: deno coverage cov/ --lcov --output=coverage.lcov
0 commit comments