File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
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 }}
32
30
33
31
concurrency :
34
32
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
81
79
path : |
82
80
~/.gradle/caches
83
81
~/.gradle/wrapper
84
- key : ${{ env.FDC_GRADLE_CACHE_KEY }}
82
+ key : gradle-cache-jqnvfzw6w7- ${{ github.run_id }}
85
83
restore-keys : |
86
84
gradle-cache-jqnvfzw6w7-
87
85
@@ -124,7 +122,7 @@ jobs:
124
122
path : |
125
123
~/.gradle/caches
126
124
~/.gradle/wrapper
127
- key : ${{ env.FDC_GRADLE_CACHE_KEY }}
125
+ key : gradle-cache-jqnvfzw6w7- ${{ github.run_id }}
128
126
129
127
- name : Enable KVM group permissions for Android Emulator
130
128
run : |
@@ -140,7 +138,7 @@ jobs:
140
138
path : |
141
139
~/.android/avd/*
142
140
~/.android/adb*
143
- key : ${{ env.FDC_AVD_CACHE_KEY }}
141
+ key : avd-cache-zhdsn586je-api ${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}-${{ github.run_id }}
144
142
restore-keys : |
145
143
avd-cache-zhdsn586je-api${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}-
146
144
@@ -161,7 +159,7 @@ jobs:
161
159
path : |
162
160
~/.android/avd/*
163
161
~/.android/adb*
164
- key : ${{ env.FDC_AVD_CACHE_KEY }}
162
+ key : avd-cache-zhdsn586je-api ${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}-${{ github.run_id }}
165
163
166
164
- name : Data Connect Emulator
167
165
run : |
You can’t perform that action at this time.
0 commit comments