Skip to content

Commit 1f58986

Browse files
committed
Update iOS CI release step to run install:ios:ci
- RubyGems Bundler install (deploy mode) - CocoaPods install (deploy mode) - i.e. fail if Podfile.lock/Gemfile.lock nondeterministic
1 parent 4b8105d commit 1f58986

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ios.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,7 @@ jobs:
5656
# - name: Xcode clean
5757
# run: xcodebuild clean
5858

59-
# Release
6059
- name: Normalise Hermes CocoaPods lockfile checksum # TODO: Fix https://github.com/facebook/react-native/issues/54891
6160
run: bundle exec pod update hermes-engine --no-repo-update --project-directory=ios
62-
- name: Install pods (release)
63-
run: cd ios && PRODUCTION=1 pod install && cd .. # --clean-install --repo-update
6461
- name: Build iOS (release)
65-
run: yarn ios:release
62+
run: yarn install:ios:ci

0 commit comments

Comments
 (0)