Add caching to the setup-java GitHub Action for Mill, specifically #5078
clintval
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I use Mill a lot for Scala projects and hope to speedup GitHub Actions that use Mill by caching important files. I also use the
setup-java
GitHub Action to easily test a matrix of JDKs/JREs in projects. I noticed the GitHub Action was lacking built-in Mill cache support so I opened a draft PR here:I am wondering if others see value in this small feature enhancements and I'm also wondering from those more sophisticated with Mill if I am caching the most relevant files and am also refreshing the cache correctly when other relevant files change (such as
build.sc
).Anyway, let me know what you think and if you see something I missed!
Beta Was this translation helpful? Give feedback.
All reactions