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] Skip yarn install on cache hit #32757

Merged
merged 1 commit into from
Mar 26, 2025
Merged

[ci] Skip yarn install on cache hit #32757

merged 1 commit into from
Mar 26, 2025

Conversation

poteto
Copy link
Member

@poteto poteto commented Mar 26, 2025

We currently already do this in runtime_build_and_test, we can reuse the same technique in other workflows to speed them up.

@react-sizebot
Copy link

react-sizebot commented Mar 26, 2025

Comparing: 313332d...440ba88

Critical size changes

Includes critical production bundles, as well as any change greater than 2%:

Name +/- Base Current +/- gzip Base gzip Current gzip
oss-stable/react-dom/cjs/react-dom.production.js = 6.68 kB 6.68 kB +0.05% 1.83 kB 1.83 kB
oss-stable/react-dom/cjs/react-dom-client.production.js = 514.93 kB 514.93 kB = 91.73 kB 91.73 kB
oss-experimental/react-dom/cjs/react-dom.production.js = 6.69 kB 6.69 kB +0.11% 1.83 kB 1.83 kB
oss-experimental/react-dom/cjs/react-dom-client.production.js = 614.48 kB 614.48 kB = 108.73 kB 108.73 kB
facebook-www/ReactDOM-prod.classic.js = 646.21 kB 646.21 kB = 114.22 kB 114.22 kB
facebook-www/ReactDOM-prod.modern.js = 636.49 kB 636.49 kB = 112.65 kB 112.65 kB

Significant size changes

Includes any change greater than 0.2%:

(No significant changes)

Generated by 🚫 dangerJS against 440ba88

We currently already do this in runtime_build_and_test, we can reuse the same technique in other workflows to speed them up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants