Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit c00a847

Browse files
committed
Enable config-cache tests
- Enable in full-build - Pass encryption key secret to test workflow
1 parent e2aa3f3 commit c00a847

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/ci-full-check.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@ jobs:
5858
with:
5959
cache-key-prefix: ${{github.run_number}}-
6060

61-
# restore-configuration-cache:
62-
# uses: ./.github/workflows/integ-test-restore-configuration-cache.yml
63-
# with:
64-
# cache-key-prefix: ${{github.run_number}}-
61+
restore-configuration-cache:
62+
uses: ./.github/workflows/integ-test-restore-configuration-cache.yml
63+
with:
64+
cache-key-prefix: ${{github.run_number}}-
65+
secrets:
66+
GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
6567

6668
restore-custom-gradle-home:
6769
uses: ./.github/workflows/integ-test-restore-custom-gradle-home.yml

.github/workflows/ci-quick-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
with:
9696
runner-os: '["ubuntu-latest"]'
9797
download-dist: true
98+
secrets:
99+
GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
98100

99101
restore-containerized-gradle-home:
100102
needs: build-distribution

0 commit comments

Comments
 (0)