1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-22 19:09:54 +00:00

Left over from template merge

This commit is contained in:
James A. Fellows Yates 2022-09-01 16:28:05 +02:00 committed by GitHub
parent 2ca837a4a3
commit 169c7437c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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