Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rn-build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
set -euo pipefail
bundle install
cd ios
bundle exec pod install --deployment --repo-update
bundle exec pod install --deployment

- name: Build module
run: pnpm module build
Expand Down
2 changes: 1 addition & 1 deletion platforms/react-native/sample/scripts/test_ios
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd "$TEST_APP_DIR"
if [ "${USE_LOCAL_SDK:-0}" = "1" ]; then
bundle exec pod update ShopifyCheckoutKit ShopifyCheckoutKit/AcceleratedCheckouts --repo-update
else
pod_install_args="--repo-update"
pod_install_args="${POD_REPO_UPDATE:+--repo-update}"
if [ "$CI" = "true" ]; then
pod_install_args="$pod_install_args --deployment"
fi
Expand Down
Loading