From a8b74af27aea64136c84e58ce28b81358a4ccaed Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 11 Nov 2024 13:27:26 -0500 Subject: [PATCH] chore(ci): Disable dwi_deriv on main branch --- .github/workflows/deno_tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deno_tests.yml b/.github/workflows/deno_tests.yml index fa96d2d5..5183cfda 100644 --- a/.github/workflows/deno_tests.yml +++ b/.github/workflows/deno_tests.yml @@ -60,6 +60,9 @@ jobs: - name: Disable example that requires network access run: touch tests/data/bids-examples/xeeg_hed_score/.SKIP_VALIDATION if: ${{ ! matrix.allow-net }} + - name: Disable unreleased examples + run: touch tests/data/bids-examples/dwi_deriv/.SKIP_VALIDATION + if: github.ref_name != 'dev' - run: deno test --node-modules-dir=auto $PERMS --coverage=cov/ src/ - name: Collect coverage run: deno coverage cov/ --lcov --output=coverage.lcov