Skip to content

Commit f1bd234

Browse files
authored
add envinfo (#22)
Signed-off-by: gengjiawen <[email protected]>
1 parent cba889a commit f1bd234

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
git clone https://github.com/facebook/react-native --depth=1
1616
cd react-native
1717
docker run --rm --name rn-build -v $PWD:/pwd -w /pwd react-native-community/react-native /bin/sh -c "yarn install && ./gradlew RNTester:android:app:assembleRelease"
18+
- run:
19+
name: docker info
20+
command: |
21+
docker run --rm --name rn-env /bin/sh -c "npm i -g envinfo && envinfo"
1822
1923
workflows:
2024
version: 2

0 commit comments

Comments
 (0)