Skip to content

Commit

Permalink
chore: Add dependencies caching
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed May 12, 2024
1 parent ae5aa9a commit 295bc9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
cache: 'maven'

- name: Run tests
run: ./mvnw clean test -B
Expand All @@ -28,6 +29,7 @@ jobs:
with:
distribution: 'graalvm-community'
java-version: ${{ matrix.graalvm-version }}
cache: 'maven'

- name: GraalVM Compile
run: ./mvnw clean -Pnative native:compile
Expand Down

0 comments on commit 295bc9f

Please sign in to comment.