3f29d2c440
Summary: New metro releases are published to npm when a "Bump metro" commit is synced to GitHub and picked up by facebook/metro's Circle CI. The same commit is picked up by facebook/react-native's Circle CI, but it will fail the checkout job because yarn will not find the new package on npm. This is expected because the package will only be published to npm after Circle CI is done running on facebook/metro. We can safely skip `yarn install` on these commits, and rely on the restored yarn cache instead. Closes https://github.com/facebook/react-native/pull/19680 Differential Revision: D8450638 Pulled By: hramos fbshipit-source-id: 436c229d09bfb4f9f92236c5aeec4a60d8317922 |
||
---|---|---|
.. | ||
README.md | ||
config.yml |
README.md
Circle CI
This directory is home to the Circle CI configuration file. Circle is our continuous integration service provider. You can see the overall status of React Native's builds at https://circleci.com/gh/facebook/react-native
You may also see an individual PR's build status by scrolling down to the Checks section in the PR.