We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b540f32 commit 28925b1Copy full SHA for 28925b1
.github/workflows/pull_request.yml
@@ -15,6 +15,7 @@ jobs:
15
uses: actions/setup-java@v1
16
with:
17
java-version: 8
18
+ cache: maven
19
- name: Build (Maven)
20
run: mvn --batch-mode clean package -DskipTests
21
- name: Unit tests (Maven)
0 commit comments