From dfe70060eb5cc570aa809f040582cfc0b7a4c252 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 20 Jul 2023 09:42:50 +0200 Subject: [PATCH] Display full log at the end of CI --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b810075..4f565ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,3 +37,5 @@ jobs: run: sudo timeout 1800 bash install --travis - name: Run tests run: sudo timeout 1800 bash tests/travis.sh --actions + - name: Display log + run: sudo cat /var/log/wo/test.log | ccze -A