We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d53a5 commit 1a093fbCopy full SHA for 1a093fb
1 file changed
.github/workflows/ci.yml
@@ -11,5 +11,6 @@ jobs:
11
with:
12
java-version: '8'
13
distribution: 'temurin'
14
+ cache: maven
15
- name: Build and Test
- run: mvn verify
16
+ run: mvn verify pom.xml
0 commit comments