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 ebd93f0 commit b137d3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ jobs:
key: "${{ github.event.repository.name }}-${{ matrix.config.mode }}-build-${{ matrix.swift-image.name }}-${{ runner.os }}-${{ hashFiles('./Package.resolved') }}"

- name: Run tests
run: swift test --parallel -c ${{ matrix.config.mode }} ${{ matrix.config.test_args }}
run:
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 b137d3f

Please sign in to comment.