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 d6d7017 commit 92a4ee5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 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: false
error-sign: -
- name: swift:6.0-noble
failure-exit: false
error-sign: -
- name: swiftlang/swift:nightly-main-jammy
# https://github.com/swiftlang/swift/issues/77242
failure-exit: true
error-sign: +
config:
- mode: "debug"
build_args: ""
Expand Down Expand Up @@ -60,7 +60,8 @@ jobs:

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

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

0 comments on commit 92a4ee5

Please sign in to comment.