mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
CI: Disallow test failures on macOS Lagom :^)
This commit is contained in:
parent
643992904c
commit
6a4c1e4b7b
Notes:
sideshowbarker
2024-07-17 20:52:55 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/6a4c1e4b7b4 Pull-request: https://github.com/SerenityOS/serenity/pull/11891
2 changed files with 1 additions and 4 deletions
|
@ -2,7 +2,6 @@ parameters:
|
|||
os: 'Linux'
|
||||
fuzzer: 'NoFuzz'
|
||||
lagom_lints: false
|
||||
allow_test_failures: false
|
||||
|
||||
jobs:
|
||||
- job: 'Lagom_${{ parameters.os }}_${{ parameters.fuzzer }}'
|
||||
|
@ -92,7 +91,7 @@ jobs:
|
|||
|
||||
- ${{ if eq(parameters.fuzzer, 'NoFuzz') }}:
|
||||
- script: |
|
||||
ninja test || ${{ parameters.allow_test_failures }}
|
||||
ninja test
|
||||
displayName: 'Test'
|
||||
workingDirectory: $(Build.SourcesDirectory)/Meta/Lagom/Build
|
||||
env:
|
||||
|
|
|
@ -22,8 +22,6 @@ stages:
|
|||
- template: Meta/Azure/Lagom.yml
|
||||
parameters:
|
||||
os: 'macOS'
|
||||
allow_test_failures: true
|
||||
|
||||
|
||||
- stage: Toolchain
|
||||
dependsOn: []
|
||||
|
|
Loading…
Reference in a new issue