Skip to content

Commit

Permalink
ci(fastqc): Fix test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Dec 1, 2020
1 parent 98c6295 commit 8cd635f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fastqc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8cd635f

Please sign in to comment.