mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
CI: Enable build breaks on x86_64 test failures
This commit is contained in:
parent
668de76fa7
commit
8a4971f908
Notes:
sideshowbarker
2024-07-18 08:46:48 +09:00
Author: https://github.com/dascandy Commit: https://github.com/SerenityOS/serenity/commit/8a4971f908f Pull-request: https://github.com/SerenityOS/serenity/pull/8860 Reviewed-by: https://github.com/gunnarbeutner ✅
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
|
||||
if ! sudo grep -q "Failed: 0" fsmount/home/anon/test-results.log
|
||||
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"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue