mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 09:39:54 +00:00
Update ci.yml
This commit is contained in:
parent
176a0a6280
commit
61560cf065
1 changed files with 6 additions and 16 deletions
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
|
@ -64,28 +64,18 @@ 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
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Nextflow
|
- name: Install Nextflow
|
||||||
env:
|
uses: nf-core/setup-nextflow@v1
|
||||||
NXF_VER: ${{ matrix.NXF_VER }}
|
with:
|
||||||
# Uncomment only if the edge release is more recent than the latest stable release
|
version: "${{ matrix.NXF_VER }}"
|
||||||
# See https://github.com/nextflow-io/nextflow/issues/2467
|
|
||||||
# NXF_EDGE: ${{ matrix.NXF_EDGE }}
|
|
||||||
run: |
|
|
||||||
wget -qO- get.nextflow.io | bash
|
|
||||||
sudo mv nextflow /usr/local/bin/
|
|
||||||
|
|
||||||
- name: Show current locale
|
- name: Show current locale
|
||||||
run: locale
|
run: locale
|
||||||
|
|
Loading…
Reference in a new issue