|
26 | 26 | node-version-file: "./.tool-versions" |
27 | 27 | - uses: ruby/setup-ruby@v1 |
28 | 28 | with: |
29 | | - bundler-cache: false |
| 29 | + bundler-cache: true |
30 | 30 | - run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer |
31 | | - - run: bundle install |
32 | 31 | - run: npm ci |
33 | 32 | - run: npm ci |
34 | 33 | working-directory: ./website |
|
92 | 91 | node-version-file: "./.tool-versions" |
93 | 92 | - uses: ruby/setup-ruby@v1 |
94 | 93 | with: |
95 | | - bundler-cache: false |
96 | | - - run: bundle install |
| 94 | + bundler-cache: true |
97 | 95 | - run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer |
98 | 96 | - run: make sdk-build |
99 | 97 | - run: make capacitor-npm-ci |
@@ -126,11 +124,10 @@ jobs: |
126 | 124 | node-version-file: "./.tool-versions" |
127 | 125 | - uses: ruby/setup-ruby@v1 |
128 | 126 | with: |
129 | | - bundler-cache: false |
| 127 | + bundler-cache: true |
130 | 128 | - run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer |
131 | 129 | - run: make sdk-build |
132 | 130 | - run: make react-native-npm-ci |
133 | | - - run: make react-native-bundle-install |
134 | 131 | - run: make react-native-pod-install |
135 | 132 | - name: Install the Apple certificate and provisioning profile |
136 | 133 | env: |
@@ -191,7 +188,7 @@ jobs: |
191 | 188 | node-version-file: "./.tool-versions" |
192 | 189 | - uses: ruby/setup-ruby@v1 |
193 | 190 | with: |
194 | | - bundler-cache: false |
| 191 | + bundler-cache: true |
195 | 192 | - run: make sdk-build |
196 | 193 | - run: make react-native-npm-ci |
197 | 194 | - run: make react-native-set-versionCode |
@@ -228,7 +225,7 @@ jobs: |
228 | 225 | node-version-file: "./.tool-versions" |
229 | 226 | - uses: ruby/setup-ruby@v1 |
230 | 227 | with: |
231 | | - bundler-cache: false |
| 228 | + bundler-cache: true |
232 | 229 | - run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer |
233 | 230 | - run: make sdk-build |
234 | 231 | - run: make capacitor-npm-ci |
@@ -290,7 +287,7 @@ jobs: |
290 | 287 | node-version-file: "./.tool-versions" |
291 | 288 | - uses: ruby/setup-ruby@v1 |
292 | 289 | with: |
293 | | - bundler-cache: false |
| 290 | + bundler-cache: true |
294 | 291 | - run: npm install -g appcenter-cli |
295 | 292 | - run: make sdk-build |
296 | 293 | - run: make capacitor-npm-ci |
|
0 commit comments