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 eb56d00 commit 673b67bCopy full SHA for 673b67b
.github/workflows/ios-tests.yml
@@ -86,13 +86,10 @@ jobs:
86
87
- name: Build and Test
88
run: |
89
- xcodebuild test \
+ xcodebuild build \
90
-workspace Example/Cloudinary.xcworkspace \
91
- -scheme Cloudinary-Example \
+ -scheme travis_public_scheme \
92
-destination "platform=iOS Simulator,OS=18.4,name=iPhone 16" \
93
- IPHONEOS_DEPLOYMENT_TARGET=18.4 \
94
- SUPPORTED_PLATFORMS="iphonesimulator" \
95
- TARGETED_DEVICE_FAMILY="1,2" \
96
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
97
98
- name: Notify on Failure
0 commit comments