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

[CI] Update our Github action workflows to use caching #4908

Open
unlikelyzero opened this issue Mar 3, 2022 · 0 comments
Open

[CI] Update our Github action workflows to use caching #4908

unlikelyzero opened this issue Mar 3, 2022 · 0 comments
Labels
type:maintenance tests, chores, or project maintenance

Comments

@unlikelyzero
Copy link
Collaborator

Summary

We have a great strategy for caching on circleci (without a lockfile). We should leverage it for our github workflows to lower the speed and combinational cost associated with running on non-ubuntu machines.

key: deps-{{ .Branch }}--<< parameters.node-version >>--{{ checksum "package.json" }}-{{ checksum ".circleci/config.yml" }}

@unlikelyzero unlikelyzero added the type:maintenance tests, chores, or project maintenance label Mar 3, 2022
@unlikelyzero unlikelyzero mentioned this issue Mar 30, 2022
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:maintenance tests, chores, or project maintenance
Projects
None yet
Development

No branches or pull requests

1 participant