We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48693f0 commit e30666aCopy full SHA for e30666a
.github/workflows/test.yml
@@ -7,14 +7,17 @@ jobs:
7
darwin-test:
8
runs-on: macos-latest
9
steps:
10
- - uses: fwal/setup-swift@v1
+ - uses: maxim-lobanov/setup-xcode@v1
11
+ with:
12
+ xcode-version: latest
13
- uses: actions/checkout@v2
14
- name: Darwin build & test
15
run: swift test --skip IntegrationTests
16
linux-build:
17
runs-on: ubuntu-latest
18
+ container:
19
+ image: swift:latest
20
21
22
- name: Linux build
23
run: swift build --target HaystackClientNIO
0 commit comments