mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:07:34 +00:00
CI: Enable build breaks on x86_64 test failures
This commit is contained in:
parent
668de76fa7
commit
8a4971f908
1 changed files with 0 additions and 3 deletions
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue