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