Skip to content

Commit

Permalink
CI: Allow run step of on target tests to fail
Browse files Browse the repository at this point in the history
As documented in SerenityOS#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.
  • Loading branch information
ADKaster authored and awesomekling committed Feb 28, 2021
1 parent dc6485c commit a375133
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a375133

Please sign in to comment.