Device not found...

This commit is contained in:
Diego Mello 2023-02-07 15:31:29 -03:00
parent f35231fab1
commit 126f9624b9
1 changed files with 5 additions and 4 deletions

View File

@ -522,13 +522,14 @@ jobs:
echo "hw.lcd.density = 440" >> ~/.android/avd/Pixel_API_32_AOSP.avd/config.ini 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.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 echo "hw.lcd.width = 1080" >> ~/.android/avd/Pixel_API_32_AOSP.avd/config.ini
- android/start-emulator: # - android/start-emulator:
avd-name: Pixel_API_32_AOSP # avd-name: Pixel_API_32_AOSP
no-window: true # no-window: true
post-emulator-launch-assemble-command: '' # post-emulator-launch-assemble-command: ''
- run: - run:
name: Run Detox Tests name: Run Detox Tests
command: | command: |
adb devices
yarn e2e:android-test yarn e2e:android-test
- store_artifacts: - store_artifacts:
path: artifacts path: artifacts