1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

busybox: remove the warning in the CI

This commit is contained in:
Sylvestre Ledru 2022-12-05 08:47:55 +01:00 committed by GitHub
parent c432c77233
commit 2efda01c37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -801,7 +801,6 @@ jobs:
'{($date): { sha: $sha, total: $total, pass: $pass, skip: $skip, fail: $fail, }}' > '${{ steps.vars.outputs.TEST_SUMMARY_FILE }}'
HASH=$(sha1sum '${{ steps.vars.outputs.TEST_SUMMARY_FILE }}' | cut --delim=" " -f 1)
echo "HASH=${HASH}" >> $GITHUB_OUTPUT
if [ $FAIL -gt 0 ] ; then echo "::warning ::${FAIL}+ test failures" ; fi
- name: Reserve SHA1/ID of 'test-summary'
uses: actions/upload-artifact@v3
with: