Skip to content

Commit

Permalink
Supply correlator
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jan 11, 2024
1 parent ce5a189 commit 71bc22a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integ-test-restore-configuration-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 71bc22a

Please sign in to comment.