File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments