Merge pull request #2 from s4u/cache

Use actions/cache
This commit is contained in:
Slawomir Jaranowski
2021-08-29 17:04:57 +02:00
committed by GitHub
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