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

chore: add caching to CI test runs #206

Open
wants to merge 3 commits into
base: next
Choose a base branch
from
Open

Conversation

pearofducks
Copy link
Contributor

No description provided.

@pearofducks pearofducks changed the title Add caching to CI test runs chore: add caching to CI test runs Feb 27, 2024
@pearofducks pearofducks requested a review from a team February 28, 2024 08:58
@BalbinaK
Copy link
Contributor

Just curious, what was the reason this caching was needed?

Also, this PR needs rebasing after a release commit was pushed.

@pearofducks
Copy link
Contributor Author

Caching is considered good practice in general:

  • it hits NPM less often, so uses less bandwidth
  • it usually speeds up CI runs to use locally cached assets

Doesn't really need rebasing if squash is used on the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants