File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,11 @@ jobs:
183
183
id : setup-node
184
184
uses : ./.github/actions/composite/setupNode
185
185
186
+ - name : Run grunt build
187
+ run : |
188
+ cd Mobile-Expensify
189
+ npm run grunt:build:shared
190
+
186
191
- name : Setup Java
187
192
uses : actions/setup-java@v4
188
193
with :
@@ -508,12 +513,12 @@ jobs:
508
513
uses : actions/cache@v4
509
514
id : pods-cache
510
515
with :
511
- path : Mobile-Expensify/ios /Pods
512
- key : ${{ runner.os }}-pods-cache-${{ hashFiles('Mobile-Expensify/ios /Podfile.lock', 'firebase.json') }}
516
+ path : Mobile-Expensify/iOS /Pods
517
+ key : ${{ runner.os }}-pods-cache-${{ hashFiles('Mobile-Expensify/iOS /Podfile.lock', 'firebase.json') }}
513
518
514
519
- name : Compare Podfile.lock and Manifest.lock
515
520
id : compare-podfile-and-manifest
516
- run : echo "IS_PODFILE_SAME_AS_MANIFEST=${{ hashFiles('Mobile-Expensify/ios /Podfile.lock') == hashFiles('Mobile-Expensify/ios /Pods/Manifest.lock') }}" >> "$GITHUB_OUTPUT"
521
+ run : echo "IS_PODFILE_SAME_AS_MANIFEST=${{ hashFiles('Mobile-Expensify/iOS /Podfile.lock') == hashFiles('Mobile-Expensify/iOS /Pods/Manifest.lock') }}" >> "$GITHUB_OUTPUT"
517
522
518
523
- name : Install cocoapods
519
524
uses : nick-fields/retry@3f757583fb1b1f940bc8ef4bf4734c8dc02a5847
You can’t perform that action at this time.
0 commit comments