Skip to content

Commit 60b08c1

Browse files
committed
What the fuck...
1 parent 393de35 commit 60b08c1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/watchOS.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ on: [pull_request]
44

55
jobs:
66
test:
7+
runs-on: macos-latest
78
timeout-minutes: 4
8-
runs-on: macOS-latest
99

1010
steps:
11+
- name: Checkout code
12+
uses: actions/checkout@v4
13+
1114
- name: Swift version
1215
run: swift --version
13-
14-
- uses: actions/checkout@v4
15-
16-
- name: What schemes?
17-
run: xcodebuild build test -list
1816

1917
- name: Run watchOS tests
2018
run: |

0 commit comments

Comments
 (0)