Skip to content

Commit 50cf6b4

Browse files
committed
Fix script
1 parent bd1af98 commit 50cf6b4

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
@@ -89,7 +89,7 @@ jobs:
8989
xcodebuild test \
9090
-workspace Example/Cloudinary.xcworkspace \
9191
-scheme Cloudinary-Example \
92-
-destination "platform=iOS Simulator,id=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder" \
92+
-destination "platform=iOS Simulator" \
9393
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
9494
9595
- name: Notify on Failure

0 commit comments

Comments
 (0)