-
Notifications
You must be signed in to change notification settings - Fork 766
feat(ci): faster runs #2191
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
feat(ci): faster runs #2191
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This reverts commit e6afa86.
This PR makes the following changes for CI to be faster:
build
andtest
workflows to avoid downloading/uploading cache multiple times (saves a few minutes)turbo test
andturbo build
are properly re-used (saves a few minutes when running hot)turbo build
andturbo test
were different, causing a cache missdemo
andweb
properly depend onpnpm-lock
so that they are cached on second build (saves a bit more than a minute when hot)Running once cold, and then hot I got: