We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffde99 commit 290a4b2Copy full SHA for 290a4b2
1 file changed
.github/workflows/ci.yml
@@ -67,6 +67,16 @@ jobs:
67
restore-keys: |
68
${{ runner.os }}-tester-android-build-
69
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
+
80
- name: Build integrated Android tester app
81
run: yarn run build:tester-integrated:android
82
0 commit comments