Run emu in tests
This commit is contained in:
parent
d0f28377a8
commit
155ab35beb
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue