mirror of
https://github.com/gradle/actions.git
synced 2026-07-26 22:24:30 +02:00
Add integration test for cache cleanup
This commit is contained in:
@@ -18,6 +18,12 @@ jobs:
|
||||
with:
|
||||
cache-key-prefix: ${{github.run_number}}-
|
||||
|
||||
cache-cleanup:
|
||||
needs: build-distribution
|
||||
uses: ./.github/workflows/integ-test-cache-cleanup.yml
|
||||
with:
|
||||
cache-key-prefix: ${{github.run_number}}-
|
||||
|
||||
caching-config:
|
||||
uses: ./.github/workflows/integ-test-action-inputs-caching.yml
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user