From 0813e61c01184883993a2ba7d1403d6081482618 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 2 Feb 2021 17:08:10 -0600 Subject: [PATCH] ci: Kick off all container types --- .github/workflows/pytest-workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index 4eb86980..965fc8fe 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -21,10 +21,11 @@ jobs: needs: changes if: needs.changes.outputs.modules != '[]' strategy: + fail-fast: false matrix: nxf_version: ['20.11.0-edge'] tags: ['${{ fromJson(needs.changes.outputs.modules) }}'] - profile: ['docker', 'singularity'] #'conda' ] + profile: ['docker', 'singularity', 'conda'] env: NXF_ANSI_LOG: false steps: