mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 05:43:08 +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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
nxf_version: ["21.04.0"]
|
nxf_version: ["21.04.0"]
|
||||||
tags: ["${{ fromJson(needs.modules_changes.outputs.modules) }}"]
|
tags: ${{ fromJson(needs.module_changes.outputs.modules) }}
|
||||||
profile: ["docker", "singularity", "conda"]
|
profile: ["docker", "singularity", "conda"]
|
||||||
env:
|
env:
|
||||||
NXF_ANSI_LOG: false
|
NXF_ANSI_LOG: false
|
||||||
|
@ -136,7 +136,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
nxf_version: ["21.04.0"]
|
nxf_version: ["21.04.0"]
|
||||||
tags: ["${{ fromJson(needs.subworkflow_changes.outputs.subworkflows) }}"]
|
tags: ${{ fromJson(needs.subworkflow_changes.outputs.subworkflows) }}
|
||||||
profile: ["docker", "singularity", "conda"]
|
profile: ["docker", "singularity", "conda"]
|
||||||
env:
|
env:
|
||||||
NXF_ANSI_LOG: false
|
NXF_ANSI_LOG: false
|
||||||
|
|
Loading…
Reference in a new issue