Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed May 18, 2023
1 parent 583a837 commit 282844e
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,14 @@ on:
push:
pull_request:
jobs:
xenial:
test:
container:
image: vapor/swift:5.2-xenial
image: swift:5.8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: swift test --enable-test-discovery --enable-code-coverage --sanitize=thread
bionic:
container:
image: vapor/swift:5.2-bionic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Bionic Tests
run: swift test --enable-test-discovery --enable-code-coverage --sanitize=thread
- uses: actions/checkout@v3
- name: Run Tests
run: swift test --enable-code-coverage --sanitize=thread
- name: Setup container for codecov upload
run: apt-get update && apt-get install curl -y
- name: Process coverage file
Expand Down

0 comments on commit 282844e

Please sign in to comment.