mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[LOCAL] Fix CI
This commit is contained in:
@@ -526,7 +526,7 @@ jobs:
|
||||
steps:
|
||||
- run:
|
||||
name: Generate RNTesterPods Workspace
|
||||
command: cd packages/rn-tester && bundle exec pod install --verbose
|
||||
command: cd packages/rn-tester && bundle install && bundle exec pod install --verbose
|
||||
|
||||
# -------------------------
|
||||
# Runs iOS unit tests
|
||||
@@ -772,7 +772,7 @@ jobs:
|
||||
name: Install CocoaPods dependencies
|
||||
command: |
|
||||
rm -rf packages/rn-tester/Pods
|
||||
cd packages/rn-tester && bundle exec pod install
|
||||
cd packages/rn-tester && bundle install && bundle exec pod install
|
||||
|
||||
- run:
|
||||
name: Build RNTester
|
||||
|
||||
@@ -20,6 +20,7 @@ validate_env () {
|
||||
|
||||
update_pods () {
|
||||
cd "$RNTESTER_DIR" || exit
|
||||
bundle install || exit
|
||||
bundle check || exit
|
||||
bundle exec pod install
|
||||
cd "$THIS_DIR" || exit
|
||||
|
||||
Reference in New Issue
Block a user