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

@@ -13,7 +13,7 @@ permissions:
contents: write
env:
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: dependency-graph-${{ inputs.cache-key-prefix }}
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: dependency-submission-${{ inputs.cache-key-prefix }}
jobs:
groovy-generate-and-upload: