mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
ci(fastqc): Fix test matrix
This commit is contained in:
parent
98c629583a
commit
8cd635f757
1 changed files with 3 additions and 3 deletions
6
.github/workflows/fastqc.yml
vendored
6
.github/workflows/fastqc.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue