From 8cd635f757d6d9b2d7c051cc94959caa601a903a Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 1 Dec 2020 11:13:43 -0600 Subject: [PATCH] ci(fastqc): Fix test matrix --- .github/workflows/fastqc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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