Skip to content

Commit 0ec15f6

Browse files
authored
chore: remove deprecated avd test (#124)
1 parent ed731f3 commit 0ec15f6

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ jobs:
1717
steps:
1818
- checkout
1919
- 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"
20+
2521
deploy:
2622
<<: *defaults
2723
steps:

test-avd.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)