1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:57:45 +00:00

CI: Enable build breaks on x86_64 test failures

This commit is contained in:
Peter Bindels 2021-07-18 19:07:46 +02:00 committed by Gunnar Beutner
parent 668de76fa7
commit 8a4971f908

View file

@ -169,9 +169,6 @@ jobs:
sudo cat fsmount/home/anon/test-results.log sudo cat fsmount/home/anon/test-results.log
if ! sudo grep -q "Failed: 0" fsmount/home/anon/test-results.log if ! sudo grep -q "Failed: 0" fsmount/home/anon/test-results.log
then then
if ${{ matrix.arch == 'x86_64' }}; then
exit 0 # We do not fail the job if were running on the x86_64 build, this should be removed once all tests pass
fi
echo "::error :^( Tests failed, failing job" echo "::error :^( Tests failed, failing job"
exit 1 exit 1
fi fi