mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
parent
d0df4b03e3
commit
194e598a34
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pytest-workflow.yml
vendored
4
.github/workflows/pytest-workflow.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
nxf_version: ["21.04.0"]
|
||||
tags: ["${{ fromJson(needs.modules_changes.outputs.modules) }}"]
|
||||
tags: ${{ fromJson(needs.module_changes.outputs.modules) }}
|
||||
profile: ["docker", "singularity", "conda"]
|
||||
env:
|
||||
NXF_ANSI_LOG: false
|
||||
|
@ -136,7 +136,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
nxf_version: ["21.04.0"]
|
||||
tags: ["${{ fromJson(needs.subworkflow_changes.outputs.subworkflows) }}"]
|
||||
tags: ${{ fromJson(needs.subworkflow_changes.outputs.subworkflows) }}
|
||||
profile: ["docker", "singularity", "conda"]
|
||||
env:
|
||||
NXF_ANSI_LOG: false
|
||||
|
|
Loading…
Reference in a new issue