mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +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:
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue