mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
CI: Allow run step of on target tests to fail
As documented in #5541, there are some Kernel issues that can sporadically cause the test run to fail. Add continue on error with a loud comment to let readers know what the issue(s) might be.
This commit is contained in:
parent
dc6485cfcb
commit
a375133cc5
Notes:
sideshowbarker
2024-07-18 21:50:54 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/a375133cc5d Pull-request: https://github.com/SerenityOS/serenity/pull/4921 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/linusg
1 changed files with 2 additions and 0 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -110,6 +110,8 @@ jobs:
|
|||
SERENITY_RUN: "ci"
|
||||
run: ninja run
|
||||
timeout-minutes: 10
|
||||
# FIXME: When stable, remove continue on error. (See issue #5541)
|
||||
continue-on-error: true
|
||||
- name: Print target logs
|
||||
if: ${{ !cancelled() && matrix.debug-macros == 'NORMAL_DEBUG'}}
|
||||
working-directory: ${{ github.workspace }}/Build
|
||||
|
|
Loading…
Reference in a new issue