File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -111,12 +111,12 @@ jobs:
111
111
112
112
- name : Save Gradle cache
113
113
uses : actions/cache/save@v4
114
- if : github.event_name == 'schedule'
114
+ # if: github.event_name == 'schedule'
115
115
with :
116
116
path : |
117
117
~/.gradle/caches
118
118
~/.gradle/wrapper
119
- key : gradle-cache-jqnvfzw6w7
119
+ key : gradle-cache-jqnvfzw6w7-${{ github.run_id }}
120
120
121
121
- name : Enable KVM group permissions for Android Emulator
122
122
run : |
@@ -155,7 +155,7 @@ jobs:
155
155
path : |
156
156
~/.android/avd/*
157
157
~/.android/adb*
158
- key : avd-cache-zhdsn586je-api${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}
158
+ key : avd-cache-zhdsn586je-api${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}-${{ github.run_id }}
159
159
160
160
- name : Data Connect Emulator
161
161
run : |
@@ -186,7 +186,6 @@ jobs:
186
186
set -eux && ./gradlew ${{ (inputs.gradleInfoLog && '--info') || '' }} :firebase-dataconnect:connectedCheck :firebase-dataconnect:connectors:connectedCheck
187
187
188
188
- uses : actions/upload-artifact@v4
189
- if : true
190
189
with :
191
190
name : logs
192
191
path : " **/*.log"
You can’t perform that action at this time.
0 commit comments