mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +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
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…
Add table
Add a link
Reference in a new issue