From 9ed0986a303217e8c6b61523de639c91e794ef54 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 7 Feb 2023 14:08:01 -0300 Subject: [PATCH] Fix emu size --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 70f534881..8b3940f09 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -516,16 +516,16 @@ jobs: avd-name: Pixel_API_32_AOSP install: true system-image: system-images;android-32;google_apis;x86_64 - - android/start-emulator: - avd-name: Pixel_API_32_AOSP - no-window: true - post-emulator-launch-assemble-command: '' - run: name: Setup emulator command: | echo "hw.lcd.density = 440" >> ~/.android/avd/Pixel_API_32_AOSP.avd/config.ini echo "hw.lcd.height = 2280" >> ~/.android/avd/Pixel_API_32_AOSP.avd/config.ini echo "hw.lcd.width = 1080" >> ~/.android/avd/Pixel_API_32_AOSP.avd/config.ini + - android/start-emulator: + avd-name: Pixel_API_32_AOSP + no-window: true + post-emulator-launch-assemble-command: '' - run: name: Run Detox Tests command: |