File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 27
27
FDC_FIREBASE_TOOLS_VERSION : ${{ inputs.firebaseToolsVersion || '13.29.1' }}
28
28
FDC_FIREBASE_TOOLS_DIR : /tmp/firebase-tools
29
29
FDC_FIREBASE_COMMAND : /tmp/firebase-tools/node_modules/.bin/firebase
30
+ FDC_GRADLE_CACHE_KEY : gradle-cache-jqnvfzw6w7-${{ github.run_id }}
31
+ FDC_AVD_CACHE_KEY : avd-cache-zhdsn586je-api${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}-${{ github.run_id }}
30
32
31
33
concurrency :
32
34
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
80
82
path : |
81
83
~/.gradle/caches
82
84
~/.gradle/wrapper
83
- key : gradle-cache-jqnvfzw6w7- ${{ github.run_id }}
85
+ key : ${{ env.FDC_GRADLE_CACHE_KEY }}
84
86
restore-keys : |
85
87
gradle-cache-jqnvfzw6w7-
86
88
@@ -124,7 +126,7 @@ jobs:
124
126
path : |
125
127
~/.gradle/caches
126
128
~/.gradle/wrapper
127
- key : ${{ steps.restore-gradle-cache.outputs.cache-primary-key }}
129
+ key : ${{ env.FDC_GRADLE_CACHE_KEY }}
128
130
129
131
- name : Enable KVM group permissions for Android Emulator
130
132
run : |
@@ -141,7 +143,7 @@ jobs:
141
143
path : |
142
144
~/.android/avd/*
143
145
~/.android/adb*
144
- key : avd-cache-zhdsn586je-api ${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}-${{ github.run_id }}
146
+ key : ${{ env.FDC_AVD_CACHE_KEY }}
145
147
restore-keys : |
146
148
avd-cache-zhdsn586je-api${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}-
147
149
@@ -163,7 +165,7 @@ jobs:
163
165
path : |
164
166
~/.android/avd/*
165
167
~/.android/adb*
166
- key : ${{ steps.restore-avd-cache.outputs.cache-primary-key }}
168
+ key : ${{ env.FDC_AVD_CACHE_KEY }}
167
169
168
170
- name : Data Connect Emulator
169
171
run : |
You can’t perform that action at this time.
0 commit comments