Skip to content

Commit 69d53c0

Browse files
committed
Add Maven cache to GitHub Actions workflow
1 parent 43767f2 commit 69d53c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
java-version: ${{ matrix.java-version }}
3030
distribution: "adopt"
31+
cache: "maven"
3132

3233
- name: Replace secrets in application.properties
3334
run: |

0 commit comments

Comments
 (0)