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

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