mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Force fancification
This commit is contained in:
parent
5ebfe7d272
commit
6d622bfe54
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest-workflow.yml
vendored
2
.github/workflows/pytest-workflow.yml
vendored
|
@ -92,7 +92,7 @@ jobs:
|
|||
if: failure()
|
||||
run: |
|
||||
sudo apt install bat > /dev/null
|
||||
batcat /home/runner/pytest_workflow_*/*/log.{out,err}
|
||||
batcat --decorations=always --color=always /home/runner/pytest_workflow_*/*/log.{out,err}
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: failure()
|
||||
|
|
Loading…
Reference in a new issue