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 863a8fa commit 692b2d6Copy full SHA for 692b2d6
.github/workflows/swift.yml
@@ -7,24 +7,6 @@ on:
7
- cron: "15 8 * * 1"
8
9
jobs:
10
- linux:
11
- runs-on: ubuntu-latest
12
- strategy:
13
- fail-fast: false
14
- matrix:
15
- image:
16
- - swift:5.3.2-xenial
17
- - swift:5.3.2-bionic
18
- container: ${{ matrix.image }}
19
- steps:
20
- - name: Checkout Repository
21
- uses: actions/checkout@v2
22
- - name: Build Swift Debug Package
23
- run: swift build -c debug
24
- - name: Build Swift Release Package
25
- run: swift build -c release
26
- - name: Run Tests
27
- run: swift test
28
nextstep:
29
runs-on: macos-latest
30
steps:
@@ -38,5 +20,3 @@ jobs:
38
run: swift build -c debug
39
- name: Build Swift Release Package
40
run: swift build -c release
41
42
0 commit comments