Ensure each integ-test gets a unique cache-key-prefix

This commit is contained in:
daz
2024-04-10 20:07:14 -06:00
parent be0b7f44a7
commit 3252e655d0
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ on:
type: string
env:
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: restore-custom-gradle-home-${{ inputs.cache-key-prefix }}
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: restore-containerized-gradle-home-${{ inputs.cache-key-prefix }}
jobs:
seed-build: