mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ci: Use ubuntu-20.04 for singularity
This commit is contained in:
parent
8cd6e41df9
commit
983b024010
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest-workflow.yml
vendored
2
.github/workflows/pytest-workflow.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
filters: '.github/filters.yml'
|
filters: '.github/filters.yml'
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
name: CI Test
|
name: CI Test
|
||||||
needs: changes
|
needs: changes
|
||||||
if: needs.changes.outputs.modules != '[]'
|
if: needs.changes.outputs.modules != '[]'
|
||||||
|
|
Loading…
Reference in a new issue