Skip to content

Commit 9ba7d53

Browse files
committed
Add Maven build/dependency caching
1 parent c7e5e24 commit 9ba7d53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/setup-java@v1
1616
with:
1717
java-version: 8
18+
cache: maven
1819
- name: Build (Maven)
1920
run: mvn --batch-mode clean package -DskipTests
2021
- name: Unit tests (Maven)

0 commit comments

Comments
 (0)