mirror of
https://github.com/gradle/actions.git
synced 2026-03-22 20:15:46 +08:00
Target windows caching tests
This commit is contained in:
42
.github/workflows/suite-integ-test-caching.yml
vendored
42
.github/workflows/suite-integ-test-caching.yml
vendored
@@ -20,28 +20,28 @@ jobs:
|
||||
runner-os: '${{ inputs.runner-os }}'
|
||||
skip-dist: ${{ inputs.skip-dist }}
|
||||
|
||||
caching-config:
|
||||
uses: ./.github/workflows/integ-test-caching-config.yml
|
||||
with:
|
||||
runner-os: '${{ inputs.runner-os }}'
|
||||
skip-dist: ${{ inputs.skip-dist }}
|
||||
# caching-config:
|
||||
# uses: ./.github/workflows/integ-test-caching-config.yml
|
||||
# with:
|
||||
# runner-os: '${{ inputs.runner-os }}'
|
||||
# skip-dist: ${{ inputs.skip-dist }}
|
||||
|
||||
restore-containerized-gradle-home:
|
||||
uses: ./.github/workflows/integ-test-restore-containerized-gradle-home.yml
|
||||
with:
|
||||
skip-dist: ${{ inputs.skip-dist }}
|
||||
# restore-containerized-gradle-home:
|
||||
# uses: ./.github/workflows/integ-test-restore-containerized-gradle-home.yml
|
||||
# with:
|
||||
# skip-dist: ${{ inputs.skip-dist }}
|
||||
|
||||
restore-custom-gradle-home:
|
||||
uses: ./.github/workflows/integ-test-restore-custom-gradle-home.yml
|
||||
with:
|
||||
skip-dist: ${{ inputs.skip-dist }}
|
||||
# restore-custom-gradle-home:
|
||||
# uses: ./.github/workflows/integ-test-restore-custom-gradle-home.yml
|
||||
# with:
|
||||
# skip-dist: ${{ inputs.skip-dist }}
|
||||
|
||||
restore-gradle-home:
|
||||
uses: ./.github/workflows/integ-test-restore-gradle-home.yml
|
||||
with:
|
||||
skip-dist: ${{ inputs.skip-dist }}
|
||||
# restore-gradle-home:
|
||||
# uses: ./.github/workflows/integ-test-restore-gradle-home.yml
|
||||
# with:
|
||||
# skip-dist: ${{ inputs.skip-dist }}
|
||||
|
||||
restore-java-toolchain:
|
||||
uses: ./.github/workflows/integ-test-restore-java-toolchain.yml
|
||||
with:
|
||||
skip-dist: ${{ inputs.skip-dist }}
|
||||
# restore-java-toolchain:
|
||||
# uses: ./.github/workflows/integ-test-restore-java-toolchain.yml
|
||||
# with:
|
||||
# skip-dist: ${{ inputs.skip-dist }}
|
||||
|
||||
Reference in New Issue
Block a user