mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 14:39:55 +00:00
Left over from template merge
This commit is contained in:
parent
2ca837a4a3
commit
169c7437c8
1 changed files with 3 additions and 8 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
@ -70,14 +70,9 @@ jobs:
|
||||||
NXF_ANSI_LOG: false
|
NXF_ANSI_LOG: false
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# Nextflow versions
|
NXF_VER:
|
||||||
include:
|
- "21.10.3"
|
||||||
# Test pipeline minimum Nextflow version
|
- "latest-everything"
|
||||||
- NXF_VER: "21.10.3"
|
|
||||||
NXF_EDGE: ""
|
|
||||||
# Test latest edge release of Nextflow
|
|
||||||
- NXF_VER: ""
|
|
||||||
NXF_EDGE: "1"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out pipeline code
|
- name: Check out pipeline code
|
||||||
|
|
Loading…
Reference in a new issue