Uncomment integ test

This commit is contained in:
Alexis Tual 2024-05-15 17:57:38 +02:00 committed by daz
parent fdd144f18e
commit c9ffde849f
No known key found for this signature in database

View File

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