Skip to content

Commit

Permalink
Added cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed Oct 22, 2022
1 parent de82e3d commit bb86612
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
architecture: ${{ matrix.architecture }}
cache: 'maven'
- name: Build and test
run: mvn -B clean test -Dproject_jdk_version=${{ matrix.java }} -DskipTests=false --file pom.xml -X -U

Expand Down

0 comments on commit bb86612

Please sign in to comment.