mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ci: Fix artifact path
Had to change it for singularity
This commit is contained in:
parent
08d8443510
commit
05c09429a3
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pytest-workflow.yml
vendored
6
.github/workflows/pytest-workflow.yml
vendored
|
@ -88,6 +88,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: logs-${{ matrix.tags }}-${{ matrix.profile }}-${{ matrix.nxf_version }}
|
name: logs-${{ matrix.tags }}-${{ matrix.profile }}-${{ matrix.nxf_version }}
|
||||||
path: |
|
path: |
|
||||||
/tmp/pytest_workflow_*/*/.nextflow.log
|
/home/runner/pytest_workflow_*/*/.nextflow.log
|
||||||
/tmp/pytest_workflow_*/*/log.out
|
/home/runner/pytest_workflow_*/*/log.out
|
||||||
/tmp/pytest_workflow_*/*/log.err
|
/home/runner/pytest_workflow_*/*/log.err
|
||||||
|
|
Loading…
Reference in a new issue