We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5450b0f + 6d73eda commit 219f88cCopy full SHA for 219f88c
.github/workflows/ci.yml
@@ -25,17 +25,11 @@ jobs:
25
with:
26
distribution: zulu
27
java-version: ${{ matrix.java }}
28
+ cache: maven
29
30
- name: Grant execute permission for mvnw
31
run: chmod +x mvnw
32
- - name: Cache Maven packages
33
- uses: actions/cache@v2
34
- with:
35
- path: ~/.m2
36
- key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
37
- restore-keys: ${{ runner.os }}-m2
38
-
39
- name: Test with Maven
40
run: ./mvnw test -B -Dspring-boot.version=${{ matrix.spring-boot-version }}
41
0 commit comments