Add test for action in containerized runner

This commit is contained in:
Daz DeBoer 2022-06-05 21:11:24 -06:00
parent fd1882690a
commit 4ca4968624
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
4 changed files with 74 additions and 16 deletions

View file

@ -55,11 +55,16 @@ jobs:
runner-os: '["ubuntu-latest"]'
download-dist: true
restore-containerized-gradle-home:
needs: build-distribution
uses: ./.github/workflows/integ-test-restore-containerized-gradle-home.yml
with:
download-dist: true
restore-custom-gradle-home:
needs: build-distribution
uses: ./.github/workflows/integ-test-restore-custom-gradle-home.yml
with:
runner-os: '["ubuntu-latest"]'
download-dist: true
restore-gradle-home: