Skip to content

Commit

Permalink
Merge branch 'java21' into fibers
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme committed Nov 2, 2024
2 parents 578e2e6 + 6c7f4f4 commit 06aa894
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 06aa894

Please sign in to comment.