Add Maven Caching.

This commit is contained in:
Mark Paluch
2023-09-07 10:05:27 +02:00
parent 86b3d3d7f3
commit 458ba35c86

View File

@@ -46,6 +46,11 @@ jobs:
package.json
package-lock.json
key: ${{ runner.os }}-nodejs-${{ hashFiles('pom.xml') }}
- name: Cache Maven
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-maven
- name: Run Antora
run: ./mvnw -B antora -Dspring-data.module=${{ github.event.inputs.module }}
- name: Archive results