From cb576effc2a723f5c52a23ae64db51b50f322453 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 18 Mar 2022 12:01:48 +0100 Subject: [PATCH] GNU ci: compress logs before upload --- .github/workflows/GnuTests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 3b332a51c..1f24f3045 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -137,6 +137,8 @@ jobs: echo "::error ::Failed to find summary of test results (missing '${SUITE_LOG_FILE}'); failing early" exit 1 fi + # Compress logs before upload (fails otherwise) + gzip ${{ steps.vars.outputs.TEST_LOGS_GLOB }} - name: Reserve SHA1/ID of 'test-summary' uses: actions/upload-artifact@v2 with: