Add integration test for cache cleanup

This commit is contained in:
Daz DeBoer 2022-06-14 11:04:48 -06:00
parent 3cc0a8f6bb
commit 25ec178747
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
4 changed files with 106 additions and 2 deletions

View file

@ -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