Run emu in tests

This commit is contained in:
Anant Bhasin 2021-08-25 19:51:58 +00:00 committed by GitHub
parent d0f28377a8
commit 155ab35beb
1 changed files with 0 additions and 6 deletions

View File

@ -216,12 +216,6 @@ commands:
sdkmanager "$SYSTEM_IMAGES"
echo "no" | avdmanager --verbose create avd -n "Pixel_API_28_AOSP" -k "$SYSTEM_IMAGES" -d "pixel"
- run:
name: Launch emulator
command: |
emulator -avd "Pixel_API_28_AOSP" -delay-adb -verbose -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim
background: true
- run:
name: Run the test
command: |