mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Adapt workflows to renamed parameters
This commit is contained in:
4
.github/workflows/integTest-caching.yml
vendored
4
.github/workflows/integTest-caching.yml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
CACHE_KEY_PREFIX: ${{github.workflow}}#${{github.run_number}}-
|
||||
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: ${{github.workflow}}#${{github.run_number}}-
|
||||
|
||||
jobs:
|
||||
# Run initial Gradle builds to push initial cache entries
|
||||
@@ -98,6 +98,6 @@ jobs:
|
||||
with:
|
||||
build-root-directory: __tests__/samples/groovy-dsl
|
||||
arguments: test
|
||||
cache-artifact-bundles: '[]'
|
||||
cache-read-only: true
|
||||
gradle-home-cache-artifact-bundles: '[]'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user