mirror of
https://github.com/status-im/react-native.git
synced 2025-02-03 21:24:31 +00:00
110d1587ae
Summary: This change makes all instrumentation tests to be executed in sequence in independent retriable processes. With a new test being open sourced recently our CI stability degraded. This PR should bring back stability because tests won't affect each other and will have shorter lifetime Closes https://github.com/facebook/react-native/pull/7353 Differential Revision: D3259081 fb-gh-sync-id: 48ccdb5dbd561d416526497ff474378db9ca3c60 fbshipit-source-id: 48ccdb5dbd561d416526497ff474378db9ca3c60
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.