File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 node-version : ' lts/*'
1111 cache : ' yarn'
1212
13- - name : Cache turbo
13+ - name : Restore turbo cache
1414 uses : actions/cache@v5
1515 with :
1616 path : |
Original file line number Diff line number Diff line change 5656 - name : Build packages
5757 run : yarn build
5858
59- - name : Cache build directory
59+ - name : Restore android build cache
6060 uses : actions/cache@v5
6161 with :
6262 path : |
@@ -105,7 +105,7 @@ jobs:
105105 - name : Build packages
106106 run : yarn build
107107
108- - name : Cache Pods
108+ - name : Restore Pods cache
109109 uses : actions/cache@v5
110110 with :
111111 path : |
@@ -119,7 +119,7 @@ jobs:
119119 cd apps/TesterIntegrated/swift
120120 pod install
121121
122- - name : Cache build directory
122+ - name : Restore iOS build cache
123123 uses : actions/cache@v5
124124 with :
125125 path : |
Original file line number Diff line number Diff line change 2424 distribution : temurin
2525 java-version : 17
2626
27- - name : Cache Gradle
27+ - name : Restore Gradle cache
2828 uses : actions/cache@v5
2929 with :
3030 path : |
You can’t perform that action at this time.
0 commit comments