From c9ffde849f3db3d446f8e73bd7aeb98f2508f57a Mon Sep 17 00:00:00 2001 From: Alexis Tual Date: Wed, 15 May 2024 17:57:38 +0200 Subject: [PATCH] Uncomment integ test --- .github/workflows/ci-integ-test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-integ-test.yml b/.github/workflows/ci-integ-test.yml index 487237c..98bf454 100644 --- a/.github/workflows/ci-integ-test.yml +++ b/.github/workflows/ci-integ-test.yml @@ -156,13 +156,13 @@ jobs: secrets: DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }} -# provision-gradle-versions: -# needs: [determine-suite, build-distribution] -# uses: ./.github/workflows/integ-test-provision-gradle-versions.yml -# with: -# runner-os: '["ubuntu-latest"]' -# cache-key-prefix: '${{ needs.determine-suite.outputs.cache-key-prefix }}-' -# skip-dist: ${{ needs.determine-suite.outputs.suite == 'full' }} + provision-gradle-versions: + needs: [determine-suite, build-distribution] + uses: ./.github/workflows/integ-test-provision-gradle-versions.yml + with: + runner-os: '["ubuntu-latest"]' + cache-key-prefix: '${{ needs.determine-suite.outputs.cache-key-prefix }}-' + skip-dist: ${{ needs.determine-suite.outputs.suite == 'full' }} restore-configuration-cache: if: ${{ ! github.event.pull_request.head.repo.fork }}