Skip to content

Commit 673b67b

Browse files
committed
Fix script
1 parent eb56d00 commit 673b67b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ios-tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,10 @@ jobs:
8686
8787
- name: Build and Test
8888
run: |
89-
xcodebuild test \
89+
xcodebuild build \
9090
-workspace Example/Cloudinary.xcworkspace \
91-
-scheme Cloudinary-Example \
91+
-scheme travis_public_scheme \
9292
-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" \
9693
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
9794
9895
- name: Notify on Failure

0 commit comments

Comments
 (0)