Skip to content

Commit

Permalink
ci: use available simulator devices
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Apr 30, 2024
1 parent fa49c97 commit c9a7564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run-baseline-unit-test-pass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ echo "▸ Available Xcode SDKs"

xcodebuild -showsdks

echo "▸ Testing SDK on iOS 17.4 - iPhone 14 Pro Max"
echo "▸ Testing SDK on iOS 17.4 - iPhone 15 Pro Max"

xcodebuild clean test \
-project $PROJECT \
-scheme $SCHEME \
-destination 'platform=iOS Simulator,OS=17.4,name=iPhone 14 Pro Max' \
| xcbeautify

echo "▸ Testing SDK on iOS 17.2 - iPad Pro (12.9-inch) (6th generation)"
echo "▸ Testing SDK on iOS 17.4 - iPad Pro (12.9-inch) (6th generation)"

xcodebuild clean test \
-project $PROJECT \
Expand Down

0 comments on commit c9a7564

Please sign in to comment.