From 570c18051b47e7acb90b1e2687d8272c63cf398f Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 11 Sep 2024 10:09:34 -0400 Subject: [PATCH] wip --- .github/workflows/cache.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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