fix the limit test

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-20 08:07:32 +01:00
parent 0803d21e2e
commit 000e4c991f
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -33,7 +33,7 @@ jobs:
echo "</details>" >> report
done
if [ $(wc -c report) -gt 131072 ]; then
if [ "$(wc -c report | awk '{print $1}')" -gt 131072 ]; then
mv report report-artifact.txt
echo "Difference is too large for github. Please check the artifact" > report
echo ::set-output name=artifact::report-artifact.txt