Skip to content

Commit

Permalink
upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Jan 12, 2024
1 parent 19ca3bd commit ca54036
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,10 @@ jobs:
if: always() # always run even if the previous step fails
with:
report_paths: "default.xml"

- name: Upload log file artifact
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
name: nf-core-log-file
path: create-test-wf/log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
4,
0
],
"timestamp": "2023-11-29T16:38:20.994392088"
"timestamp": "2024-01-11T11:28:55.482182822"
}
}

0 comments on commit ca54036

Please sign in to comment.