File tree 3 files changed +2
-5
lines changed
packages/react-native/ReactAndroid
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 13
13
<a href =" https://github.com/facebook/react-native/blob/HEAD/LICENSE " >
14
14
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="React Native is released under the MIT license." />
15
15
</a >
16
- <a href =" https://circleci.com/gh/facebook/react-native " >
17
- <img src="https://circleci.com/gh/facebook/react-native.svg?style=shield" alt="Current CircleCI build status." />
18
- </a >
19
16
<a href =" https://www.npmjs.org/package/react-native " >
20
17
<img src="https://img.shields.io/npm/v/react-native?color=brightgreen&label=npm%20package" alt="Current npm package version." />
21
18
</a >
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ See the [Building from Source guide](https://reactnative.dev/contributing/how-to
4
4
5
5
# Running tests
6
6
7
- When you submit a pull request CircleCI will automatically run all tests.
7
+ When you submit a pull request, ci will automatically run all tests.
8
8
To run tests locally, see [ Testing guide] ( https://reactnative.dev/contributing/how-to-run-and-write-tests ) on the React Native website.
Original file line number Diff line number Diff line change 1
1
# scripts/releases-ci
2
2
3
- CI-only release scripts — intended to run from a CI workflow (CircleCI or GitHub Actions).
3
+ CI-only release scripts — intended to run from a CI workflow (GitHub Actions).
4
4
5
5
## Commands
6
6
You can’t perform that action at this time.
0 commit comments