mirror of
https://github.com/gradle/actions.git
synced 2025-04-22 18:59:19 +08:00
Uncomment integ test
This commit is contained in:
parent
fdd144f18e
commit
c9ffde849f
14
.github/workflows/ci-integ-test.yml
vendored
14
.github/workflows/ci-integ-test.yml
vendored
@ -156,13 +156,13 @@ jobs:
|
|||||||
secrets:
|
secrets:
|
||||||
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}
|
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}
|
||||||
|
|
||||||
# provision-gradle-versions:
|
provision-gradle-versions:
|
||||||
# needs: [determine-suite, build-distribution]
|
needs: [determine-suite, build-distribution]
|
||||||
# uses: ./.github/workflows/integ-test-provision-gradle-versions.yml
|
uses: ./.github/workflows/integ-test-provision-gradle-versions.yml
|
||||||
# with:
|
with:
|
||||||
# runner-os: '["ubuntu-latest"]'
|
runner-os: '["ubuntu-latest"]'
|
||||||
# cache-key-prefix: '${{ needs.determine-suite.outputs.cache-key-prefix }}-'
|
cache-key-prefix: '${{ needs.determine-suite.outputs.cache-key-prefix }}-'
|
||||||
# skip-dist: ${{ needs.determine-suite.outputs.suite == 'full' }}
|
skip-dist: ${{ needs.determine-suite.outputs.suite == 'full' }}
|
||||||
|
|
||||||
restore-configuration-cache:
|
restore-configuration-cache:
|
||||||
if: ${{ ! github.event.pull_request.head.repo.fork }}
|
if: ${{ ! github.event.pull_request.head.repo.fork }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user