Skip to content

Commit

Permalink
Update CI further
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Apr 28, 2024
1 parent 711bdd3 commit 94be6de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ env:
MYSQL_PASSWORD_B: 'test_password'

jobs:

api-breakage:
if: ${{ github.event_name == 'pull_request' && !(github.event.pull_request.draft || false) }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -95,7 +94,7 @@ jobs:
# List is deliberately incomplete; we want to avoid running 50 jobs on every commit
- swift:5.8-focal
- swift:5.10-jammy
- swiftlang/swift:nightly-main-jammy
- swiftlang/swift:nightly-6.0-jammy
container: ${{ matrix.runner }}
runs-on: ubuntu-latest
services:
Expand All @@ -112,7 +111,9 @@ jobs:
- name: Run local tests with coverage and TSan
run: swift test --enable-code-coverage --sanitize=thread
- name: Submit coverage report to Codecov.io
uses: vapor/swift-codecov-action@v0.2
uses: vapor/swift-codecov-action@v0.3
with:
codecov_token: ${{ secrets.CODECOV_TOKEN }}

# Run unit tests (macOS). Don't bother with lots of variations, Linux will cover that.
macos-unit:
Expand Down

0 comments on commit 94be6de

Please sign in to comment.