Skip to content

Commit 032dc83

Browse files
committed
Fix script
1 parent 2020c08 commit 032dc83

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/ios-tests.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,9 @@ jobs:
8484
echo ""
8585
done
8686
87-
- name: Build for Testing
87+
- name: Build and Test
8888
run: |
89-
xcodebuild build-for-testing \
90-
-workspace Example/Cloudinary.xcworkspace \
91-
-scheme Pods-Cloudinary_Tests \
92-
-destination "platform=iOS Simulator,id=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder" \
93-
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
94-
95-
- name: Run Tests
96-
run: |
97-
xcodebuild test-without-building \
89+
xcodebuild test \
9890
-workspace Example/Cloudinary.xcworkspace \
9991
-scheme Pods-Cloudinary_Tests \
10092
-destination "platform=iOS Simulator,id=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder" \

0 commit comments

Comments
 (0)