Skip to content

Commit

Permalink
added retry-tests-on-failure to 5 for xcodebuild (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvydier committed Aug 8, 2024
1 parent 32ea291 commit f745a64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,24 @@ XCODEBUILD_OPTIONS_IOS=\
-configuration Debug \
-destination platform='iOS Simulator,name=iPhone 15,OS=latest' \
-scheme $(PROJECT_NAME) \
-test-iterations 5 \
-retry-tests-on-failure \
-workspace .

XCODEBUILD_OPTIONS_TVOS=\
-configuration Debug \
-destination platform='tvOS Simulator,name=Apple TV 4K (3rd generation),OS=latest' \
-scheme $(PROJECT_NAME) \
-test-iterations 5 \
-retry-tests-on-failure \
-workspace .

XCODEBUILD_OPTIONS_WATCHOS=\
-configuration Debug \
-destination platform='watchOS Simulator,name=Apple Watch Series 8 (45mm),OS=latest' \
-scheme $(PROJECT_NAME) \
-test-iterations 5 \
-retry-tests-on-failure \
-workspace .

.PHONY: setup-brew
Expand Down

0 comments on commit f745a64

Please sign in to comment.