Skip to content

Commit bd1af98

Browse files
committed
Fix script
1 parent 032dc83 commit bd1af98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
xcodebuild test \
9090
-workspace Example/Cloudinary.xcworkspace \
91-
-scheme Pods-Cloudinary_Tests \
91+
-scheme Cloudinary-Example \
9292
-destination "platform=iOS Simulator,id=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder" \
9393
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
9494

0 commit comments

Comments
 (0)