ci: Kick off all container types

This commit is contained in:
Edmund Miller 2021-02-02 17:08:10 -06:00
parent 725de25ce4
commit 0813e61c01
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -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: