Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Sep 11, 2024
1 parent 600566b commit 570c180
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit 570c180

Please sign in to comment.