From 71bc22a727d715f37b6544c24917b12f0e2fc4b3 Mon Sep 17 00:00:00 2001 From: daz Date: Thu, 11 Jan 2024 13:49:00 -0700 Subject: [PATCH] Supply correlator --- .github/workflows/integ-test-restore-configuration-cache.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integ-test-restore-configuration-cache.yml b/.github/workflows/integ-test-restore-configuration-cache.yml index d772e9d6..9c4032f9 100644 --- a/.github/workflows/integ-test-restore-configuration-cache.yml +++ b/.github/workflows/integ-test-restore-configuration-cache.yml @@ -43,6 +43,8 @@ jobs: - name: Groovy build with configuration-cache enabled working-directory: .github/workflow-samples/groovy-dsl run: gradle test --configuration-cache + env: + GITHUB_DEPENDENCY_GRAPH_JOB_CORRELATOR: restore-cc-groovy verify-build-groovy: env: @@ -68,6 +70,8 @@ jobs: id: execute working-directory: .github/workflow-samples/groovy-dsl run: gradle test --configuration-cache + env: + GITHUB_DEPENDENCY_GRAPH_JOB_CORRELATOR: restore-cc-groovy - name: Check that configuration-cache was used uses: actions/github-script@v7 with: