mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
fix: exclude conda/singularity images from pytest workflow output (#1162)
This commit is contained in:
parent
0bf40a26bd
commit
edbbbbf420
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pytest-workflow.yml
vendored
2
.github/workflows/pytest-workflow.yml
vendored
|
@ -103,3 +103,5 @@ jobs:
|
|||
/home/runner/pytest_workflow_*/*/log.out
|
||||
/home/runner/pytest_workflow_*/*/log.err
|
||||
/home/runner/pytest_workflow_*/*/work
|
||||
!/home/runner/pytest_workflow_*/*/work/conda
|
||||
!/home/runner/pytest_workflow_*/*/work/singularity
|
||||
|
|
Loading…
Reference in a new issue