Skip to content

Commit 7b3463c

Browse files
committed
fix syntax
1 parent 7a2c723 commit 7b3463c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
system-image: system-images;android-29;default;x86
140140
install: true
141141

142-
- android/start-emulator:
142+
- android/start-emulator:
143143
avd-name: Android_29
144144
no-window: true
145145
post-emulator-launch-assemble-command: echo Emulator Started
@@ -174,7 +174,6 @@ jobs:
174174
command: |
175175
adb install -r ~/project/example/android/app/build/outputs/apk/release/app-release.apk
176176
177-
178177
- run:
179178
working_directory: example/test
180179
name: Run UI Tests

0 commit comments

Comments
 (0)