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 279d1a9 commit 58601b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
COMMAND =
COMMAND = test
CONFIG = debug
PLATFORM = iOS
PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iOS,iPhone \d\+ Pro [^M])
Expand Down

0 comments on commit 58601b4

Please sign in to comment.