File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ task:
53
53
create_device_script :
54
54
echo no | avdmanager create avd --force -n test -k "system-images;android-$EMULATOR_API_LEVEL;$ANDROID_ABI"
55
55
start_emulator_background_script :
56
- $ANDROID_HOME/emulator/emulator-headless -verbose -avd test -no-audio -no-window
56
+ $ANDROID_HOME/emulator/emulator -no-window -verbose -avd test -no-audio -no-window
57
57
wait_for_emulator_script :
58
58
android-wait-for-emulator
59
59
test_script :
60
60
- cd flutter_local_notifications
61
61
- cd example
62
- - flutter drive --driver=test_driver/flutter_local_notifications_e2e_test.dart test_driver/flutter_local_notifications_e2e.dart
62
+ - flutter drive --driver=test_driver/flutter_local_notifications_e2e_test.dart test_driver/flutter_local_notifications_e2e.dart
You can’t perform that action at this time.
0 commit comments