Skip to content

Commit

Permalink
update device name
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-makarov committed Jul 10, 2024
1 parent c194f67 commit a212509
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Scripts/ci_phases/02_run_tests_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ xcodebuild test \
-scheme RxReactiveObjCTests \
-sdk iphonesimulator \
-configuration Debug \
-destination 'platform=iOS Simulator,name=iPhone 8,OS=latest' \
-destination 'platform=iOS Simulator,iPhone 15 Pro,OS=latest' \
| tee build/tests_ios.txt \
| bundle exec xcpretty
2 changes: 1 addition & 1 deletion Scripts/ci_phases/03_run_tests_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ case "$TEST_COMMAND" in
xcodebuild test \
-scheme RxReactiveObjC \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 8,OS=latest' \
-destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=latest' \
| tee build/log.txt \
| bundle exec xcpretty
;;
Expand Down
2 changes: 1 addition & 1 deletion Scripts/ci_phases/run_tests_swift_compat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ xcodebuild test \
-scheme RxReactiveObjCSwiftCompat \
-sdk iphonesimulator \
-configuration Debug \
-destination 'platform=iOS Simulator,name=iPhone 7,OS=latest' \
-destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=latest' \
| tee build/tests_ios.txt \
| xcpretty

0 comments on commit a212509

Please sign in to comment.