mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-16 06:53:01 +00:00
Install HAXM before running the instrumented tests
This commit is contained in:
parent
289b8775d3
commit
0ee74bfeb2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build-app-workflow.yaml
vendored
4
.github/workflows/build-app-workflow.yaml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
path: app/build/outputs/apk/debug/app-debug.apk
|
path: app/build/outputs/apk/debug/app-debug.apk
|
||||||
test:
|
test:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
# This is probably pretty expensive for GitHub, so restrict the repositories that job runs on
|
# This is probably pretty expensive for GitHub, so restrict the repositories that this job runs on
|
||||||
if: github.repository == 'beemdevelopment/Aegis' || github.repository == 'alexbakker/Aegis'
|
if: github.repository == 'beemdevelopment/Aegis' || github.repository == 'alexbakker/Aegis'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -26,6 +26,8 @@ jobs:
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: 'gradle'
|
cache: 'gradle'
|
||||||
|
- name: Install HAXM
|
||||||
|
run: brew install --cask intel-haxm
|
||||||
- name: Tests
|
- name: Tests
|
||||||
uses: reactivecircus/android-emulator-runner@e790971012b979513b4e2fe70d4079bc0ca8a1ae
|
uses: reactivecircus/android-emulator-runner@e790971012b979513b4e2fe70d4079bc0ca8a1ae
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue