ci(fastqc): Fix test matrix

This commit is contained in:
Edmund Miller 2020-12-01 11:13:43 -06:00
parent 98c629583a
commit 8cd635f757
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -14,11 +14,11 @@ on:
jobs: jobs:
ci_test: ci_test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy:
matrix:
nxf_version: [20.07.1, 20.10.0]
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