We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab556af commit 230c211Copy full SHA for 230c211
.github/workflows/ci.yml
@@ -10,7 +10,6 @@ jobs:
10
runs-on: macos-latest
11
strategy:
12
matrix:
13
- schemes: [iOS, macOS, tvOS, watchOS]
14
build-config:
15
- {
16
scheme: "Cache-iOS",
@@ -37,7 +36,7 @@ jobs:
37
36
- name: Build
38
run: |
39
xcodebuild clean build \
40
- -workspace 'Cache.xcproject' \
+ -project 'Cache.xcodeproj' \
41
-scheme '${{ matrix.build-config['scheme'] }}' \
42
-sdk '${{ matrix.build-config['sdk'] }}' \
43
-destination '${{ matrix.build-config['destination'] }}'
@@ -49,7 +48,7 @@ jobs:
49
48
fi
50
51
xcodebuild test \
52
53
54
55
0 commit comments