We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed731f3 commit 0ec15f6Copy full SHA for 0ec15f6
.circleci/config.yml
@@ -17,11 +17,7 @@ jobs:
17
steps:
18
- checkout
19
- run: *build-docker
20
- - run:
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
deploy:
26
<<: *defaults
27
test-avd.sh
0 commit comments