From 7d2b74a5f7adc99c40244ecc9f7b443e681f278b Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Mon, 30 Nov 2020 18:57:56 -0600 Subject: [PATCH] ci(fastqc): Use a test matrix for NXF versions --- .github/workflows/software/fastqc.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/software/fastqc.yml b/.github/workflows/software/fastqc.yml index 9e38f1f5..9ac3e913 100644 --- a/.github/workflows/software/fastqc.yml +++ b/.github/workflows/software/fastqc.yml @@ -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/