Skip to content

Commit

Permalink
Updating github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Jan 2, 2025
1 parent 71678d3 commit d17d116
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,10 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: true
- name: Cache Maven packages
uses: actions/cache@v1
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: ${{ matrix.jdk }}
cache: maven
- name: Build
run: mvn --batch-mode test

0 comments on commit d17d116

Please sign in to comment.