mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05: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
|
- name: Output log on failure
|
||||||
if: failure()
|
if: failure()
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -qq bat
|
sudo apt install bat > /dev/null
|
||||||
bat /home/runner/pytest_workflow_*/*/log.{out,err}
|
batcat /home/runner/pytest_workflow_*/*/log.{out,err}
|
||||||
|
|
||||||
- name: Upload logs on failure
|
- name: Upload logs on failure
|
||||||
if: failure()
|
if: failure()
|
||||||
|
|
Loading…
Reference in a new issue