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