diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 3543664b1eca..320101967118 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -67,13 +67,13 @@ jobs: run: make CONFIG=Release PLATFORM=visionOS xcodebuild - name: Build Todos - run: make CONFIG=Debug SCHEME=GitHub TEST_PLAN=Todos xcodebuild-example + run: make COMMAND=test CONFIG=Debug SCHEME=GitHub TEST_PLAN=Todos xcodebuild-example - name: Build SpeechRecognition - run: make CONFIG=Debug SCHEME=GitHub TEST_PLAN=SpeechRecognition xcodebuild-example + run: make COMMAND=test CONFIG=Debug SCHEME=GitHub TEST_PLAN=SpeechRecognition xcodebuild-example - name: Build SyncUps - run: make CONFIG=Debug SCHEME=GitHub TEST_PLAN=SyncUps xcodebuild-example + run: make COMMAND=test CONFIG=Debug SCHEME=GitHub TEST_PLAN=SyncUps xcodebuild-example