dillon1000/react
Commit
Browse files [ci] Cache runtime and compiler only for test runs (#32608)
We only need the compiler built for `yarn test` in the root directory. Rather than always cache both for every step, let's just do it where it's needed explicitly. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32608). * #32609 * __->__ #32608
Changed paths4 files
First-parent comparison.github/workflows/runtime_build_and_test.yml ModifiedM .github/workflows/runtime_eslint_plugin_e2e.yml ModifiedM package.json ModifiedM scripts/react-compiler/build-compiler.sh ModifiedPatch
Files changed
Rendering syntax-highlighted changes…