Skip to content

Commit c94b6f1

Browse files
committed
chore: add cache on github action
1 parent 087b7fc commit c94b6f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
java-version: '17'
2424
distribution: 'adopt'
25+
cache: 'maven'
2526

2627
- name: 📦 Build with Maven
2728
run: mvn --batch-mode --update-snapshots test jacoco:report --file pom.xml

0 commit comments

Comments
 (0)