From b09a50fb157844690ce4e5325ff0f781aca03d9c Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Thu, 20 Oct 2022 13:36:49 -0600 Subject: [PATCH] Final fix? --- .github/workflows/integ-test-restore-configuration-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integ-test-restore-configuration-cache.yml b/.github/workflows/integ-test-restore-configuration-cache.yml index a4036725..bf014feb 100644 --- a/.github/workflows/integ-test-restore-configuration-cache.yml +++ b/.github/workflows/integ-test-restore-configuration-cache.yml @@ -58,7 +58,7 @@ jobs: - name: Groovy build with configuration-cache enabled id: execute working-directory: .github/workflow-samples/groovy-dsl - run: ./gradlew test + run: ./gradlew test --configuration-cache - name: Check that configuration-cache was used uses: actions/github-script@v6 with: