diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index a20c86cf6955..4343ebeda622 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -67,19 +67,19 @@ jobs: run: make CONFIG=Release PLATFORM=visionOS xcodebuild - name: Build Todos - run: make COMMAND=test CONFIG=Debug SCHEME=GitHub TEST_PLAN=Todos xcodebuild + run: make CONFIG=Debug SCHEME=GitHub TEST_PLAN=Todos xcodebuild - name: Build SpeechRecognition - run: make COMMAND=test CONFIG=Debug SCHEME=GitHub TEST_PLAN=SpeechRecognition xcodebuild + run: make CONFIG=Debug SCHEME=GitHub TEST_PLAN=SpeechRecognition xcodebuild - name: Build Search - run: make COMMAND=test CONFIG=Debug SCHEME=GitHub TEST_PLAN=Search xcodebuild + run: make CONFIG=Debug SCHEME=GitHub TEST_PLAN=Search xcodebuild - name: Build SyncUps - run: make COMMAND=test CONFIG=Debug SCHEME=GitHub TEST_PLAN=SyncUps xcodebuild + run: make CONFIG=Debug SCHEME=GitHub TEST_PLAN=SyncUps xcodebuild - name: Build VoiceMemos - run: make COMMAND=test CONFIG=Debug SCHEME=GitHub TEST_PLAN=VoiceMemos xcodebuild + run: make CONFIG=Debug SCHEME=GitHub TEST_PLAN=VoiceMemos xcodebuild diff --git a/Makefile b/Makefile index fb73d631c4cf..cd2ed5d0af27 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -COMMAND = +COMMAND = test CONFIG = debug PLATFORM = iOS PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iOS,iPhone \d\+ Pro [^M])