Skip to content

Commit 5400360

Browse files
committed
Update pre-release-qa.yml
1 parent ad3e748 commit 5400360

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,15 @@ jobs:
4444
echo "branch=${{ github.ref }}" >> $GITHUB_OUTPUT
4545
cd SDKIntegrationTestApps/iOSReleaseTest-Cocoapods/
4646
pod install
47-
xcodebuild test -scheme iOSReleaseTest -workspace iOSReleaseTest.xcworkspace
48-
-destination "generic/platform=iOS" CODE_SIGNING_ALLOWED=NO -resultBundlePath ../../test-results/ios-cocoapods.xcresult
47+
xcodebuild -configuration Debug \
48+
-sdk iphonesimulator \
49+
-destination 'platform=iOS Simulator,OS=latest,name=iPhone 15' \
50+
CODE_SIGNING_ALLOWED=NO \
51+
CODE_SIGNING_REQUIRED=NO \
52+
PROVISIONING_PROFILE_SPECIFIER="" \
53+
DEVELOPMENT_TEAM="" \
54+
-resultBundlePath ../../test-results/ios-cocoapods.xcresult \
55+
clean test
4956
- name: Upload test report
5057
uses: actions/upload-artifact@v4
5158
if: always()

0 commit comments

Comments
 (0)