mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +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
|
||||
env:
|
||||
NXF_ANSI_LOG: false
|
||||
strategy:
|
||||
matrix:
|
||||
nxf_version: [20.07.1, 20.10.0]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install Nextflow
|
||||
env:
|
||||
NXF_VER: ${{ matrix.nxf_version }}
|
||||
run: |
|
||||
export NXF_VER="20.07.1"
|
||||
wget -qO- get.nextflow.io | bash
|
||||
sudo mv nextflow /usr/local/bin/
|
||||
|
||||
|
|
Loading…
Reference in a new issue