Skip to content

Commit 290a4b2

Browse files
committed
ci: cache gradle files
1 parent 4ffde99 commit 290a4b2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@ jobs:
6767
restore-keys: |
6868
${{ runner.os }}-tester-android-build-
6969
70+
- name: Resture Gradle cache
71+
uses: actions/cache@v5
72+
with:
73+
path: |
74+
~/.gradle/caches
75+
~/.gradle/wrapper
76+
key: ${{ runner.os }}-tester-integrated-android-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
77+
restore-keys: |
78+
${{ runner.os }}-tester-integrated-android-gradle-
79+
7080
- name: Build integrated Android tester app
7181
run: yarn run build:tester-integrated:android
7282

0 commit comments

Comments
 (0)