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 2020c08 commit 032dc83Copy full SHA for 032dc83
.github/workflows/ios-tests.yml
@@ -84,17 +84,9 @@ jobs:
84
echo ""
85
done
86
87
- - name: Build for Testing
+ - name: Build and Test
88
run: |
89
- xcodebuild build-for-testing \
90
- -workspace Example/Cloudinary.xcworkspace \
91
- -scheme Pods-Cloudinary_Tests \
92
- -destination "platform=iOS Simulator,id=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder" \
93
- CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
94
-
95
- - name: Run Tests
96
- run: |
97
- xcodebuild test-without-building \
+ xcodebuild test \
98
-workspace Example/Cloudinary.xcworkspace \
99
-scheme Pods-Cloudinary_Tests \
100
-destination "platform=iOS Simulator,id=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder" \
0 commit comments