Skip to content

Commit 58601b4

Browse files
committed
wip
1 parent 279d1a9 commit 58601b4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cache.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,19 @@ jobs:
6767
run: make CONFIG=Release PLATFORM=visionOS xcodebuild
6868

6969
- name: Build Todos
70-
run: make COMMAND=test CONFIG=Debug SCHEME=GitHub TEST_PLAN=Todos xcodebuild
70+
run: make CONFIG=Debug SCHEME=GitHub TEST_PLAN=Todos xcodebuild
7171

7272
- name: Build SpeechRecognition
73-
run: make COMMAND=test CONFIG=Debug SCHEME=GitHub TEST_PLAN=SpeechRecognition xcodebuild
73+
run: make CONFIG=Debug SCHEME=GitHub TEST_PLAN=SpeechRecognition xcodebuild
7474

7575
- name: Build Search
76-
run: make COMMAND=test CONFIG=Debug SCHEME=GitHub TEST_PLAN=Search xcodebuild
76+
run: make CONFIG=Debug SCHEME=GitHub TEST_PLAN=Search xcodebuild
7777

7878
- name: Build SyncUps
79-
run: make COMMAND=test CONFIG=Debug SCHEME=GitHub TEST_PLAN=SyncUps xcodebuild
79+
run: make CONFIG=Debug SCHEME=GitHub TEST_PLAN=SyncUps xcodebuild
8080

8181
- name: Build VoiceMemos
82-
run: make COMMAND=test CONFIG=Debug SCHEME=GitHub TEST_PLAN=VoiceMemos xcodebuild
82+
run: make CONFIG=Debug SCHEME=GitHub TEST_PLAN=VoiceMemos xcodebuild
8383

8484

8585

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
COMMAND =
1+
COMMAND = test
22
CONFIG = debug
33
PLATFORM = iOS
44
PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iOS,iPhone \d\+ Pro [^M])

0 commit comments

Comments
 (0)