Use actions/cache

This commit is contained in:
Slawomir Jaranowski
2021-08-29 13:50:42 +02:00
parent 339d84e602
commit 73706c9355
3 changed files with 51 additions and 7 deletions

View File

@ -28,8 +28,8 @@ jobs:
- uses: ./
with:
java-version: ${{ matrix.java }}
java-cache: maven
maven-version: ${{ matrix.maven }}
cache-prefix: 'test-prefix-'
- run: mvn -V validate -Drequire.java=${{ matrix.java }} -Drequire.maven=${{ matrix.maven }}
shell: bash