From c632265d3bcb859037a237e7e787120ddc2ff11b Mon Sep 17 00:00:00 2001 From: BowTiedWoo Date: Tue, 5 Nov 2024 22:01:21 +0200 Subject: [PATCH] include more in logs --- .github/workflows/scheduled.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index cffc994..1561d72 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -37,8 +37,7 @@ jobs: --test standard 2>&1| tee output.log test_exit=${PIPESTATUS[0]} cat output.log | sed 's/\x1b\[[0-9;]*[a-zA-Z]//g' | sed 's/\x0//g' > cleaned_output.log - echo "output.log: $(cat cleaned_output.log)" - sed -n '/Test failed: assertion/,/Canceling due to test failure/p' cleaned_output.log >> failure_section.log + sed -n '/Test failed: assertion/,/FAIL/p' cleaned_output.log >> failure_section.log echo "failure_section<> $GITHUB_ENV cat failure_section.log >> $GITHUB_ENV echo "EOF" >> $GITHUB_ENV