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 5213fb2 commit aca1a51Copy full SHA for aca1a51
.github/workflows/swift.yml
@@ -1,19 +1,19 @@
1
-name: Swift
+# name: Swift
2
3
-on:
4
- push:
5
- branches: [ master ]
6
- pull_request:
7
+# on:
+# push:
+# branches: [ master ]
+# pull_request:
8
9
-jobs:
10
- build:
+# jobs:
+# build:
11
12
- runs-on: ios-latest
+# runs-on: ios-latest
13
14
- steps:
15
- - uses: actions/checkout@v2
16
- - name: Build
17
- run: swift build -v
18
- - name: Run tests
19
- run: swift test -v
+# steps:
+# - uses: actions/checkout@v2
+# - name: Build
+# run: swift build -v
+# - name: Run tests
+# run: swift test -v
0 commit comments