Skip to content

Commit

Permalink
Ignore Nightly Failures
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Oct 28, 2024
1 parent 07de410 commit d6d7017
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
matrix:
swift-image:
- name: swift:5.10-noble
failure-exit-code: 99
failure-exit: false
- name: swift:6.0-noble
failure-exit-code: 99
failure-exit: false
- name: swiftlang/swift:nightly-main-jammy
# https://github.com/swiftlang/swift/issues/77242
failure-exit-code: 0
failure-exit: true
config:
- mode: "debug"
build_args: ""
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Run tests
run:
swift test --parallel -c ${{ matrix.config.mode }} ${{ matrix.config.test_args }} || exit ${{ matrix.swift-image.failure-exit-code }}
swift test --parallel -c ${{ matrix.config.mode }} ${{ matrix.config.test_args }} || ${{ matrix.swift-image.failure-exit }}

- name: Submit code coverage
if: matrix.config.with_codecov
Expand Down

0 comments on commit d6d7017

Please sign in to comment.