File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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()
You can’t perform that action at this time.
0 commit comments