Skip to content

Commit 132680a

Browse files
committed
fix(ci): install pods in buildForTesting
1 parent 595c9a8 commit 132680a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/objc-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ runTests() {
8585
buildForTesting() {
8686
# shellcheck disable=SC1091
8787
source "$ROOT/scripts/.tests.env"
88-
88+
bundle install
89+
bundle exec pod install
8990
xcodebuild build-for-testing \
9091
-workspace RNTesterPods.xcworkspace \
9192
-scheme RNTester \

0 commit comments

Comments
 (0)