Skip to content

Commit aca1a51

Browse files
authored
Update swift.yml
1 parent 5213fb2 commit aca1a51

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/swift.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: Swift
1+
# name: Swift
22

3-
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
3+
# on:
4+
# push:
5+
# branches: [ master ]
6+
# pull_request:
7+
# branches: [ master ]
88

9-
jobs:
10-
build:
9+
# jobs:
10+
# build:
1111

12-
runs-on: ios-latest
12+
# runs-on: ios-latest
1313

14-
steps:
15-
- uses: actions/checkout@v2
16-
- name: Build
17-
run: swift build -v
18-
- name: Run tests
19-
run: swift test -v
14+
# steps:
15+
# - uses: actions/checkout@v2
16+
# - name: Build
17+
# run: swift build -v
18+
# - name: Run tests
19+
# run: swift test -v

0 commit comments

Comments
 (0)