From bc3fe7236191d7cdadbc2c6c279ea20362c62236 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 11 Nov 2024 13:50:05 -0500 Subject: [PATCH] chore(ci): Enable unreleased examples on dev and PRs to dev --- .github/workflows/deno_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deno_tests.yml b/.github/workflows/deno_tests.yml index 031ee931..b5d8760d 100644 --- a/.github/workflows/deno_tests.yml +++ b/.github/workflows/deno_tests.yml @@ -76,7 +76,7 @@ jobs: if: ${{ ! matrix.allow-net }} - name: Disable unreleased examples run: touch tests/data/bids-examples/dwi_deriv/.SKIP_VALIDATION - if: github.ref_name != 'dev' + if: github.ref_name != 'dev' && github.base_ref != 'dev' - run: deno test --node-modules-dir=auto $PERMS --coverage=cov/ src/ - name: Collect coverage run: deno coverage cov/ --lcov --output=coverage.lcov