Skip to content

Commit 336cf32

Browse files
authored
dataconnect: fix cache key conflict on nighty integration tests runs (#6667)
1 parent dedff68 commit 336cf32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dataconnect.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
path: |
122122
~/.gradle/caches
123123
~/.gradle/wrapper
124-
key: gradle-cache-jqnvfzw6w7
124+
key: gradle-cache-jqnvfzw6w7-${{ github.run_id }}
125125

126126
- name: Enable KVM group permissions for Android Emulator
127127
run: |
@@ -160,7 +160,7 @@ jobs:
160160
path: |
161161
~/.android/avd/*
162162
~/.android/adb*
163-
key: avd-cache-zhdsn586je-api${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}
163+
key: avd-cache-zhdsn586je-api${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}-${{ github.run_id }}
164164

165165
- name: Data Connect Emulator
166166
run: |

0 commit comments

Comments
 (0)