We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab89ff9 commit ee21128Copy full SHA for ee21128
.github/workflows/ci.yaml
@@ -20,12 +20,12 @@ jobs:
20
- name: Set up JDK ${{ matrix.java }} ${{ matrix.distribution }}
21
uses: actions/setup-java@v4
22
with:
23
+ cache: ${{ matrix.cache }}
24
java-version: ${{ matrix.java }}
25
distribution: ${{ matrix.distribution }}
26
- name: Start Redis
27
uses: shogo82148/actions-setup-redis@v1.34.0
28
29
redis-version: latest
- cache: ${{ matrix.cache }}
30
- name: Test with Maven
31
run: ./mvnw test -B -V --no-transfer-progress -D"license.skip=true"
0 commit comments