Skip to content

Commit ee21128

Browse files
committed
[GHA] Fix ci
1 parent ab89ff9 commit ee21128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
- name: Set up JDK ${{ matrix.java }} ${{ matrix.distribution }}
2121
uses: actions/setup-java@v4
2222
with:
23+
cache: ${{ matrix.cache }}
2324
java-version: ${{ matrix.java }}
2425
distribution: ${{ matrix.distribution }}
2526
- name: Start Redis
2627
uses: shogo82148/actions-setup-redis@v1.34.0
2728
with:
2829
redis-version: latest
29-
cache: ${{ matrix.cache }}
3030
- name: Test with Maven
3131
run: ./mvnw test -B -V --no-transfer-progress -D"license.skip=true"

0 commit comments

Comments
 (0)