From 6b538d658a1d5286b72d42d2ae2dff7a6439e7c3 Mon Sep 17 00:00:00 2001 From: "Moritz E. Beber" Date: Tue, 22 Nov 2022 10:13:10 +0100 Subject: [PATCH] chore: let all tests run to completion --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 862e072..a2a1662 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/taxprofiler') }}" runs-on: ubuntu-latest strategy: + fail-fast: false matrix: NXF_VER: - "21.10.3"