Only run Docker tests

This commit is contained in:
drpatelh 2021-02-03 14:04:58 +00:00
parent 8be5e05111
commit 3968c18fd7

View file

@ -25,7 +25,7 @@ jobs:
matrix:
nxf_version: ['20.11.0-edge']
tags: ['${{ fromJson(needs.changes.outputs.modules) }}']
profile: ['docker', 'conda'] ## 'singularity',
profile: ['docker'] ## 'conda', 'singularity'
env:
NXF_ANSI_LOG: false
steps: