File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -67,19 +67,19 @@ jobs:
67
67
run : make CONFIG=Release PLATFORM=visionOS xcodebuild
68
68
69
69
- 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
71
71
72
72
- 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
74
74
75
75
- 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
77
77
78
78
- 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
80
80
81
81
- 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
83
83
84
84
85
85
Original file line number Diff line number Diff line change 1
- COMMAND =
1
+ COMMAND = test
2
2
CONFIG = debug
3
3
PLATFORM = iOS
4
4
PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iOS,iPhone \d\+ Pro [^M])
You can’t perform that action at this time.
0 commit comments