Skip to content

Commit 3dc00d8

Browse files
committed
Update pre-release-qa.yml
1 parent fc3ab4a commit 3dc00d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ 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"
4745
cd SDKIntegrationTestApps/iOSReleaseTest-Cocoapods/
4846
pod install
4947
xcodebuild test -scheme iOSReleaseTest -workspace iOSReleaseTest.xcworkspace
50-
-destination "$DESTINATION" -resultBundlePath ../../test-results/ios-cocoapods.xcresult
48+
-destination "generic/platform=iOS" -resultBundlePath ../../test-results/ios-cocoapods.xcresult
5149
- name: Upload test report
5250
uses: actions/upload-artifact@v4
5351
if: always()

0 commit comments

Comments
 (0)