1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-09 04:06:02 +00:00

GNU ci: compress logs before upload

This commit is contained in:
Sylvestre Ledru 2022-03-18 12:01:48 +01:00
parent 8c36558871
commit cb576effc2

View File

@ -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: