Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub workflow: Cache dependencies #426

Closed
helpermethod opened this issue Jun 8, 2021 · 2 comments
Closed

GitHub workflow: Cache dependencies #426

helpermethod opened this issue Jun 8, 2021 · 2 comments
Labels
wontfix This will not be worked on

Comments

@helpermethod
Copy link

Hi,

is there a reason that the workflow doesn't cache Maven dependencies between runs? Pretty sure it would shave off 3-4 min per run.

@ppalaga
Copy link
Contributor

ppalaga commented Jun 8, 2021

I find downloading of deps an important part of Maven's and mvnd's functionality that should not not be faked during testing. If we cache deps we may prevent ourselves from seeing many kinds of issues that have to do with concurrent reading/writing to local Maven repo.

@helpermethod
Copy link
Author

Thanks for answering, that makes sense!

@ppalaga ppalaga added this to the No fix/wont't fix milestone Oct 26, 2021
@gnodet gnodet added the wontfix This will not be worked on label Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants