We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e5e24 commit 9ba7d53Copy full SHA for 9ba7d53
.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