mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +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()
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: logs
|
||||
name: logs-${{ matrix.tags }}-${{ matrix.profile }}-${{ matrix.nxf_version }}
|
||||
path: |
|
||||
/tmp/pytest_workflow_*/*/.nextflow.log
|
||||
/tmp/pytest_workflow_*/*/log.out
|
||||
|
|
Loading…
Reference in a new issue