fix avd name

This commit is contained in:
Diego Mello 2023-02-07 10:25:17 -03:00
parent f3f31df925
commit 44855fde9c
1 changed files with 3 additions and 3 deletions

View File

@ -521,9 +521,9 @@ jobs:
- run: - run:
name: Setup emulator name: Setup emulator
command: | command: |
echo "hw.lcd.density = 440" >> ~/.android/avd/Pixel_API_31_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_31_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_31_AOSP.avd/config.ini echo "hw.lcd.width = 1080" >> ~/.android/avd/Pixel_API_32_AOSP.avd/config.ini
- run: - run:
name: Run Detox Tests name: Run Detox Tests
command: | command: |