Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Nov 2, 2024
1 parent a0c5200 commit 3ea3aa5
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
matrix:
language: [ 'java' ]

- name: Setup local maven cache
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: maven-cache-${{ hashFiles('**/pom.xml') }}

- name: Run tests
run: ./mvnw test
steps:
- name: Setup local maven cache
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: maven-cache-${{ hashFiles('**/pom.xml') }}

- name: Run tests
run: ./mvnw test

0 comments on commit 3ea3aa5

Please sign in to comment.