What to cache to speed up Github workflows? #1424
Answered
by
maxandersen
helpermethod
asked this question in
Q&A
-
|
Pulling down Maven dependencies on each build is slow and rather wasteful. I wonder which files I'd need to put in the cache to not download everything on every build? I guess |
Beta Was this translation helpful? Give feedback.
Answered by
maxandersen
Aug 9, 2022
Replies: 1 comment
-
|
Generically you'll want ~/.jbang cached. Also what's used in example at https://github.com/jbangdev/jbang-action |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
helpermethod
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generically you'll want ~/.jbang cached.
Also what's used in example at https://github.com/jbangdev/jbang-action