Skip to content

Commit 7d0d9b7

Browse files
committed
Update pre-release-qa.yml
1 parent 917621f commit 7d0d9b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
cd SDKIntegrationTestApps/iOSReleaseTest-Carthage/
3535
echo "git \"file://${CURR_DIR}\" \"$BRANCH_NAME\" " >> cartfile
3636
carthage update --use-xcframeworks
37-
xcodebuild test -scheme iOSReleaseTest -project iOSReleaseTest.xcodeproj -destination "$DESTINATION"
37+
xcodebuild test -scheme iOSReleaseTest -project iOSReleaseTest.xcodeproj -destination "$DESTINATION"
38+
verify-SPM-iOS:
3839
runs-on: macos-latest
3940
timeout-minutes: 20
4041
steps:

0 commit comments

Comments
 (0)