Skip to content

Commit 2d737a2

Browse files
committed
ci: do not run xcodebuild build in runTests to speed up
1 parent 45db9ee commit 2d737a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/objc-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ waitForWebSocketServer() {
7272
runTests() {
7373
# shellcheck disable=SC1091
7474
source "$ROOT/scripts/.tests.env"
75-
xcodebuild build test \
75+
xcodebuild test \
7676
-workspace RNTesterPods.xcworkspace \
7777
-scheme RNTester \
7878
-sdk iphonesimulator \

0 commit comments

Comments
 (0)