mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-04 21:58:35 +02:00
Add integration test for cache cleanup
This commit is contained in:
parent
3cc0a8f6bb
commit
25ec178747
4 changed files with 106 additions and 2 deletions
8
.github/workflows/ci-quick-check.yml
vendored
8
.github/workflows/ci-quick-check.yml
vendored
|
@ -20,6 +20,14 @@ jobs:
|
|||
runner-os: '["ubuntu-latest"]'
|
||||
download-dist: true
|
||||
|
||||
cache-cleanup:
|
||||
needs: build-distribution
|
||||
uses: ./.github/workflows/integ-test-cache-cleanup.yml
|
||||
with:
|
||||
runner-os: '["ubuntu-latest"]'
|
||||
download-dist: true
|
||||
cache-key-prefix: ${{github.run_number}}- # Requires a fresh cache entry each run
|
||||
|
||||
caching-config:
|
||||
needs: build-distribution
|
||||
uses: ./.github/workflows/integ-test-action-inputs-caching.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue