mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
ci: Update name to use matrix
This commit is contained in:
parent
dcfd1089e5
commit
bb3196ddeb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest-workflow.yml
vendored
2
.github/workflows/pytest-workflow.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
name: CI Test
|
name: ${{ matrix.tags }} ${{ matrix.profile }} ${{ matrix.nxf_version }}
|
||||||
needs: changes
|
needs: changes
|
||||||
if: needs.changes.outputs.modules != '[]'
|
if: needs.changes.outputs.modules != '[]'
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in a new issue