mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ci: Name logs
This commit is contained in:
parent
72b4fb35aa
commit
54bb0ae7a1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest-workflow.yml
vendored
2
.github/workflows/pytest-workflow.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: logs
|
name: logs-${{ matrix.tags }}-${{ matrix.profile }}-${{ matrix.nxf_version }}
|
||||||
path: |
|
path: |
|
||||||
/tmp/pytest_workflow_*/*/.nextflow.log
|
/tmp/pytest_workflow_*/*/.nextflow.log
|
||||||
/tmp/pytest_workflow_*/*/log.out
|
/tmp/pytest_workflow_*/*/log.out
|
||||||
|
|
Loading…
Reference in a new issue