File tree 2 files changed +8
-348
lines changed
2 files changed +8
-348
lines changed Original file line number Diff line number Diff line change @@ -157,13 +157,17 @@ jobs:
157
157
command : yarn --pure-lockfile --non-interactive --cache-folder ~/.cache/yarn
158
158
- save-cache : *cache_save_yarn
159
159
- restore_cache :
160
- key : 1-gems-{{ checksum "Gemfile.lock" }}
161
- - run : cd example/ios && bundle check || bundle install --path vendor/bundle
160
+ key : 1-gems-{{ checksum "example/ios/Gemfile.lock" }}
161
+ - run :
162
+ name : Install CocoaPods
163
+ command : cd example/ios && bundle check || bundle install --path vendor/bundle
162
164
- save_cache :
163
- key : 1-gems-{{ checksum "Gemfile.lock" }}
165
+ key : 1-gems-{{ checksum "example/ios/ Gemfile.lock" }}
164
166
paths :
165
167
- vendor/bundle
166
- - run : cd example/ios && bundle exec pod install
168
+ - run :
169
+ name : Install pod dependencies
170
+ command : cd example/ios && bundle exec pod install
167
171
- run :
168
172
name : Build iOS app
169
173
command : yarn build:e2e:ios
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments