Skip to content

Commit 22670e2

Browse files
authored
Add Maven caching to PR Builder [DI-336] (#677)
Because it's `pull_request_target`, the cache _should_ be accessible to improve build times between branches. To be tested post-merge.
1 parent b865852 commit 22670e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/builder.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
with:
3434
java-version: 17
3535
distribution: temurin
36+
cache: maven
3637
- name: Build and test
3738
run: |
3839
${RUNNER_DEBUG:+set -x}

0 commit comments

Comments
 (0)