From c00a847f3f5d9fa45cd93e9866e5b9b85f9d2bbe Mon Sep 17 00:00:00 2001 From: daz Date: Mon, 1 Jan 2024 19:36:40 -0700 Subject: [PATCH] Enable config-cache tests - Enable in full-build - Pass encryption key secret to test workflow --- .github/workflows/ci-full-check.yml | 10 ++++++---- .github/workflows/ci-quick-check.yml | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-full-check.yml b/.github/workflows/ci-full-check.yml index 6f130f5..616d733 100644 --- a/.github/workflows/ci-full-check.yml +++ b/.github/workflows/ci-full-check.yml @@ -58,10 +58,12 @@ jobs: with: cache-key-prefix: ${{github.run_number}}- - # restore-configuration-cache: - # uses: ./.github/workflows/integ-test-restore-configuration-cache.yml - # with: - # cache-key-prefix: ${{github.run_number}}- + restore-configuration-cache: + uses: ./.github/workflows/integ-test-restore-configuration-cache.yml + with: + cache-key-prefix: ${{github.run_number}}- + secrets: + GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }} restore-custom-gradle-home: uses: ./.github/workflows/integ-test-restore-custom-gradle-home.yml diff --git a/.github/workflows/ci-quick-check.yml b/.github/workflows/ci-quick-check.yml index d884b17..626a405 100644 --- a/.github/workflows/ci-quick-check.yml +++ b/.github/workflows/ci-quick-check.yml @@ -95,6 +95,8 @@ jobs: with: runner-os: '["ubuntu-latest"]' download-dist: true + secrets: + GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }} restore-containerized-gradle-home: needs: build-distribution