Skip to content

Commit

Permalink
Enable cache of ~/.m2 and .node
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Sep 30, 2024
1 parent c6e076b commit b43e2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
include:
- { java-version: 23, cache: 'restore', cleanup-node: true }
- { java-version: 23, cache: 'true', cleanup-node: true }
- { java-version: 24-ea, cache: 'restore', cleanup-node: true }
timeout-minutes: 45
steps:
Expand Down

0 comments on commit b43e2a3

Please sign in to comment.