File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -133,28 +133,28 @@ jobs:
133
133
command : yarn build:android
134
134
- save-cache : *save-gradle-cache
135
135
136
- # ios-checkout:
137
- # <<: *macos_defaults
138
- # steps:
139
- # - checkout
140
- # - restore-cache: *restore-yarn-cache
141
- # - run: rm -rf node_modules
142
- # - run: yarn cache clean
143
- # - run: *yarn
144
- # - save-cache: *save-yarn-cache
145
- # - persist_to_workspace:
146
- # root: .
147
- # paths: .
136
+ ios-checkout :
137
+ << : *macos_defaults
138
+ steps :
139
+ - checkout
140
+ - restore-cache : *restore-yarn-cache
141
+ - run : rm -rf node_modules
142
+ - run : yarn cache clean
143
+ - run : *yarn
144
+ - save-cache : *save-yarn-cache
145
+ - persist_to_workspace :
146
+ root : .
147
+ paths : .
148
148
149
- # ios-compile:
150
- # <<: *macos_defaults
151
- # steps:
152
- # - attach_workspace:
153
- # at: ~/react-native-progress-bar-android
154
- # - run:
155
- # name: Build example app
156
- # command: |-
157
- # react-native run-ios --project-path example/ios
149
+ ios-compile :
150
+ << : *macos_defaults
151
+ steps :
152
+ - attach_workspace :
153
+ at : ~/react-native-progress-bar-android
154
+ - run :
155
+ name : Build example app
156
+ command : |-
157
+ react-native run-ios --project-path example/ios
158
158
159
159
# -------------------------
160
160
# WORKFLOWS
You can’t perform that action at this time.
0 commit comments