Skip to content

Commit 45db9ee

Browse files
committed
chore: strip obsolete CI script part
1 parent 60318bd commit 45db9ee

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

scripts/objc-test.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,6 @@ buildForTesting() {
9393
-destination "platform=iOS Simulator,name=$IOS_DEVICE,OS=$IOS_TARGET_OS"
9494
}
9595

96-
runTestsOnly() {
97-
# shellcheck disable=SC1091
98-
source "$ROOT/scripts/.tests.env"
99-
echo "[Testing] Running tests on $IOS_DEVICE for OS $IOS_TARGET_OS"
100-
xcodebuild test \
101-
-workspace RNTesterPods.xcworkspace \
102-
-scheme RNTester \
103-
-sdk iphonesimulator \
104-
-destination "platform=iOS Simulator,name=$IOS_DEVICE,OS=$IOS_TARGET_OS" \
105-
"${SKIPPED_TESTS[@]}"
106-
}
107-
10896
buildProject() {
10997
xcodebuild build \
11098
-workspace RNTesterPods.xcworkspace \

0 commit comments

Comments
 (0)