-
Notifications
You must be signed in to change notification settings - Fork 5
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
caching #4
Comments
Seems like it should be possible, do you want to give it a go and send a PR? https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows We should probably have it behind an optional flag. If you don't want to send a PR we'll pick it up when we get some time over to do it. :) |
Any thoughts on how you'd like to see this implemented? (What exactly should be cached etc)? |
I recommend implementing caching similar to how the flutter-action implements it: |
It's a bit tricky, since it is all the lock files and dependencies that should be cached, and not the full tree preferably. |
Can caching be added to this? This is adding 1m 14s runs to our jobs.
The text was updated successfully, but these errors were encountered: