Skip to content

Commit 230c211

Browse files
committed
fix pr workflow
1 parent ab556af commit 230c211

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
runs-on: macos-latest
1111
strategy:
1212
matrix:
13-
schemes: [iOS, macOS, tvOS, watchOS]
1413
build-config:
1514
- {
1615
scheme: "Cache-iOS",
@@ -37,7 +36,7 @@ jobs:
3736
- name: Build
3837
run: |
3938
xcodebuild clean build \
40-
-workspace 'Cache.xcproject' \
39+
-project 'Cache.xcodeproj' \
4140
-scheme '${{ matrix.build-config['scheme'] }}' \
4241
-sdk '${{ matrix.build-config['sdk'] }}' \
4342
-destination '${{ matrix.build-config['destination'] }}'
@@ -49,7 +48,7 @@ jobs:
4948
fi
5049
5150
xcodebuild test \
52-
-workspace 'Cache.xcproject' \
51+
-project 'Cache.xcodeproj' \
5352
-scheme '${{ matrix.build-config['scheme'] }}' \
5453
-sdk '${{ matrix.build-config['sdk'] }}' \
5554
-destination '${{ matrix.build-config['destination'] }}'

0 commit comments

Comments
 (0)