Skip to content

Commit ad3e748

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cd SDKIntegrationTestApps/iOSReleaseTest-Cocoapods/
4646
pod install
4747
xcodebuild test -scheme iOSReleaseTest -workspace iOSReleaseTest.xcworkspace
48-
-destination "generic/platform=iOS" -resultBundlePath ../../test-results/ios-cocoapods.xcresult
48+
-destination "generic/platform=iOS" CODE_SIGNING_ALLOWED=NO -resultBundlePath ../../test-results/ios-cocoapods.xcresult
4949
- name: Upload test report
5050
uses: actions/upload-artifact@v4
5151
if: always()

0 commit comments

Comments
 (0)