We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3ab4a commit 3dc00d8Copy full SHA for 3dc00d8
.github/workflows/pre-release-qa.yml
@@ -42,12 +42,10 @@ jobs:
42
run: |
43
mkdir -p test-results
44
echo "branch=${{ github.ref }}" >> $GITHUB_OUTPUT
45
- ./scripts/getSimulator
46
- DESTINATION="platform=iOS Simulator,name=$(cat ./iphoneSim),OS=latest"
47
cd SDKIntegrationTestApps/iOSReleaseTest-Cocoapods/
48
pod install
49
xcodebuild test -scheme iOSReleaseTest -workspace iOSReleaseTest.xcworkspace
50
- -destination "$DESTINATION" -resultBundlePath ../../test-results/ios-cocoapods.xcresult
+ -destination "generic/platform=iOS" -resultBundlePath ../../test-results/ios-cocoapods.xcresult
51
- name: Upload test report
52
uses: actions/upload-artifact@v4
53
if: always()
0 commit comments