diff --git a/.circleci/config.yml b/.circleci/config.yml index af74159d..60fc848e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,8 +31,9 @@ jobs: system-image: system-images;android-35;default;x86_64 - android/start-emulator: avd-name: flutter - post-emulator-launch-assemble-command: 'flutter build apk --debug' - restore-gradle-cache-find-args: ./android -name 'build.gradle' + no-window: true + # post-emulator-launch-assemble-command: 'flutter build apk --debug' + # restore-gradle-cache-find-args: ./android -name 'build.gradle' - android/run-tests: test-command: flutter drive -d emulator-5554 --driver=test_driver/integration_test.dart --target=integration_test/timer_test.dart - store_artifacts: