Skip to content

Commit

Permalink
now using this workflow as a test rig for emulator action yak shave
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Oct 10, 2024
1 parent efc32cc commit 07ff05b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ jobs:
sudo apt update
sudo apt -y install liblzma-dev
- name: Start Emulator early for test only
uses: mikehardy/android-emulator-runner@ubuntu-24-releasev2
if: contains(matrix.os, 'ubuntu')
timeout-minutes: 30
with:
api-level: 23
target: default
arch: x86_64
profile: Nexus 6
script: echo "just started emulator, nothing else"

- name: Fetch submodules
run: git submodule update --init

Expand Down

0 comments on commit 07ff05b

Please sign in to comment.