Skip to content

Commit 265c3ee

Browse files
authored
Fix missing avd test (#53)
Signed-off-by: gengjiawen <technicalcute@gmail.com>
1 parent f049820 commit 265c3ee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ jobs:
1818
- checkout
1919
- run: *build-docker
2020
- run:
21-
name: Test
21+
name: Test Avd
22+
command: |
23+
docker run --rm --name rn-build -v $PWD:/pwd -w /pwd react-native-community/react-native bash -c \
24+
"chmod +x ./test-avd.sh && ./test-avd.sh"
25+
- run:
26+
name: Test React Native build
2227
command: |
2328
git clone https://github.com/facebook/react-native --depth=1
2429
cd react-native

0 commit comments

Comments
 (0)