Skip to content

Commit 0c95d93

Browse files
fix: dart format
1 parent 1120ad3 commit 0c95d93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,11 @@ jobs:
148148
- advanced-checkout/shallow-checkout
149149
- setup_flutter
150150
- setup_patrol
151+
- android/create_avd:
152+
avd_name: 'test'
153+
install: true
154+
system_image: system-images;android-33;default;x86_64
151155
- android/start-emulator:
152-
additional-args: --device 3
153156
avd-name: 'test'
154157
post-emulator-launch-assemble-command: ''
155158
- run:

0 commit comments

Comments
 (0)