diff --git a/.github/workflows/fastqc.yml b/.github/workflows/fastqc.yml index edb20413..3a902c27 100644 --- a/.github/workflows/fastqc.yml +++ b/.github/workflows/fastqc.yml @@ -14,11 +14,11 @@ on: jobs: ci_test: runs-on: ubuntu-latest + strategy: + matrix: + nxf_version: [20.07.1, 20.10.0] env: NXF_ANSI_LOG: false - strategy: - matrix: - nxf_version: [20.07.1, 20.10.0] steps: - uses: actions/checkout@v2