Skip to content

Commit 2020c08

Browse files
committed
Fix script
1 parent 67515aa commit 2020c08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ios-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,16 @@ jobs:
8888
run: |
8989
xcodebuild build-for-testing \
9090
-workspace Example/Cloudinary.xcworkspace \
91-
-scheme Cloudinary \
92-
-destination "platform=iOS Simulator,name=${{ matrix.ios_name }}" \
91+
-scheme Pods-Cloudinary_Tests \
92+
-destination "platform=iOS Simulator,id=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder" \
9393
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
9494
9595
- name: Run Tests
9696
run: |
9797
xcodebuild test-without-building \
9898
-workspace Example/Cloudinary.xcworkspace \
99-
-scheme Cloudinary \
100-
-destination "platform=iOS Simulator,name=${{ matrix.ios_name }}" \
99+
-scheme Pods-Cloudinary_Tests \
100+
-destination "platform=iOS Simulator,id=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder" \
101101
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
102102
103103
- name: Notify on Failure

0 commit comments

Comments
 (0)