From a0a6bbdcc08ba2e518402337792750ce7b9f5ace Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Tue, 10 Dec 2019 13:34:25 +0100 Subject: [PATCH] Test --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 650c01e6..8b8877ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,8 @@ jobs: api-level: ${{ matrix.EMULATOR_API }} arch: ${{ matrix.EMULATOR_ARCH }} disable-animations: true - emulator-options: -no-snapshot -no-window -no-boot-anim -camera-back emulated -camera-front emulated -memory 2048 + profile: Nexus 5X + emulator-options: -no-snapshot -no-window -no-boot-anim -camera-back emulated -camera-front emulated script: ./.github/workflows/emulator_script.sh - name: Upload emulator tests artifact uses: actions/upload-artifact@v1