Skip to content

Commit

Permalink
[GHA] Add maven cache to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Mar 9, 2024
1 parent 2f0516f commit 618965e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.distribution }}
cache: 'maven'
- name: Test with Maven
run: ./mvnw test -B -V --no-transfer-progress -D"license.skip=true"

0 comments on commit 618965e

Please sign in to comment.