From 0ee74bfeb2a4787c6cb969d4b0a97ca34c287fed Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Wed, 2 Nov 2022 12:38:31 +0100 Subject: [PATCH] Install HAXM before running the instrumented tests --- .github/workflows/build-app-workflow.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-app-workflow.yaml b/.github/workflows/build-app-workflow.yaml index 44f4f6b9..743437e9 100644 --- a/.github/workflows/build-app-workflow.yaml +++ b/.github/workflows/build-app-workflow.yaml @@ -16,7 +16,7 @@ jobs: path: app/build/outputs/apk/debug/app-debug.apk test: 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' steps: - name: Checkout @@ -26,6 +26,8 @@ jobs: java-version: '11' distribution: 'temurin' cache: 'gradle' + - name: Install HAXM + run: brew install --cask intel-haxm - name: Tests uses: reactivecircus/android-emulator-runner@e790971012b979513b4e2fe70d4079bc0ca8a1ae with: