Skip to content

Commit

Permalink
WIP: Fix macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NeedleInAJayStack committed Dec 28, 2022
1 parent 48693f0 commit dc94504
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ jobs:
darwin-test:
runs-on: macos-latest
steps:
- uses: fwal/setup-swift@v1
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest
- uses: actions/checkout@v2
- name: Darwin build & test
run: swift test --skip IntegrationTests
linux-build:
runs-on: ubuntu-latest
container:
image: swift:latest
steps:
- uses: fwal/setup-swift@v1
- uses: actions/checkout@v2
- name: Linux build
run: swift build --target HaystackClientNIO

0 comments on commit dc94504

Please sign in to comment.