Skip to content

Commit b917131

Browse files
committed
Update pre-release-qa.yml
1 parent 1af5058 commit b917131

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pre-release-qa.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@ jobs:
4242
run: |
4343
mkdir -p test-results
4444
echo "branch=${{ github.ref }}" >> $GITHUB_OUTPUT
45+
./scripts/getSimulator
46+
DESTINATION="platform=iOS Simulator,name=$(cat ./iphoneSim),OS=latest"
4547
cd SDKIntegrationTestApps/iOSReleaseTest-Cocoapods/
4648
pod install
4749
xcodebuild -configuration Debug \
4850
-scheme iOSReleaseTest -workspace iOSReleaseTest.xcworkspace \
4951
-sdk iphonesimulator \
50-
-destination "platform='iOS Simulator'" \
52+
-destination "$DESTINATION" \
5153
CODE_SIGNING_ALLOWED=NO \
5254
CODE_SIGNING_REQUIRED=NO \
5355
PROVISIONING_PROFILE_SPECIFIER="" \

0 commit comments

Comments
 (0)