ci(fastqc): Use a test matrix for NXF versions

This commit is contained in:
Edmund Miller 2020-11-30 18:57:56 -06:00
parent 036427d73c
commit 7d2b74a5f7
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

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