ci: Only test docker for now

I can't access the artifacts.
This commit is contained in:
Edmund Miller 2021-02-02 16:47:15 -06:00
parent bb3196ddeb
commit c63ba06777
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

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