From 6d622bfe549c35032ec2967ca42dc7d5170767e9 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Fri, 21 Jan 2022 08:44:21 +0100 Subject: [PATCH] Force fancification --- .github/workflows/pytest-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index 34af24fe..da8ce54f 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -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()