-
Notifications
You must be signed in to change notification settings - Fork 203
[DO NOT MERGE] Iain/web 3479 reduce yarn postinstall steps cache #4795
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
base: main
Are you sure you want to change the base?
[DO NOT MERGE] Iain/web 3479 reduce yarn postinstall steps cache #4795
Conversation
…ecessary' into iain/try-cache-yarn-install
…nto iain/try-cache-yarn-install
…ecessary' into iain/try-cache-yarn-install
- separate install from saving cache - saving cache is no longer on critical path - use aliases where possible - /speckle-server is default - ditch ramdisk
…yarn-postinstall-steps-cache
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4795 +/- ##
===========================================
- Coverage 70.44% 58.73% -11.71%
===========================================
Files 583 109 -474
Lines 25145 3967 -21178
Branches 3757 488 -3269
===========================================
- Hits 17713 2330 -15383
+ Misses 6252 1610 -4642
+ Partials 1180 27 -1153 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Description & motivation
Experiments in CI to determine if #4793 improves ability to cache
yarn install
Changes:
To-do before merge:
Screenshots:
Validation of changes:
Checklist:
References