Skip to content

Commit 69def79

Browse files
authored
Fixed missing emulator-headless (#654)
Apparently there is no more `emulator-headless`: https://stackoverflow.com/a/59250326
1 parent 08b8230 commit 69def79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ task:
5353
create_device_script:
5454
echo no | avdmanager create avd --force -n test -k "system-images;android-$EMULATOR_API_LEVEL;$ANDROID_ABI"
5555
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
5757
wait_for_emulator_script:
5858
android-wait-for-emulator
5959
test_script:
6060
- cd flutter_local_notifications
6161
- 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

0 commit comments

Comments
 (0)