From 75af744d89fd07db4c3d32e0259689d29e535eac Mon Sep 17 00:00:00 2001 From: maxulysse Date: Wed, 30 Oct 2024 18:59:29 +0100 Subject: [PATCH] exclude test --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 151d8aa..4c19b6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,6 +79,7 @@ jobs: profile: "conda" - isMaster: false profile: "singularity" + - nf_test_files: "subworkflows/nf-core/utils_nfschema_plugin/tests/main.nf.test" steps: - name: Check out pipeline code uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4