mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
ci(fastqc): Use a test matrix for NXF versions
This commit is contained in:
parent
036427d73c
commit
7d2b74a5f7
1 changed files with 5 additions and 1 deletions
6
.github/workflows/software/fastqc.yml
vendored
6
.github/workflows/software/fastqc.yml
vendored
|
@ -16,12 +16,16 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
NXF_ANSI_LOG: false
|
NXF_ANSI_LOG: false
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
nxf_version: [20.07.1, 20.10.0]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Nextflow
|
- name: Install Nextflow
|
||||||
|
env:
|
||||||
|
NXF_VER: ${{ matrix.nxf_version }}
|
||||||
run: |
|
run: |
|
||||||
export NXF_VER="20.07.1"
|
|
||||||
wget -qO- get.nextflow.io | bash
|
wget -qO- get.nextflow.io | bash
|
||||||
sudo mv nextflow /usr/local/bin/
|
sudo mv nextflow /usr/local/bin/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue