From f17594697c2e270bd970863c33b0184a6dbe277d Mon Sep 17 00:00:00 2001 From: Oladayo Salawu btcdev01 Date: Sat, 17 Jun 2023 10:40:39 +0100 Subject: [PATCH] githubactions error: could not connect to TCP port 5554: Connection refused. https://github.com/ReactiveCircus/android-emulator-runner/issues/161#issuecomment-867470579 --- .github/workflows/android_ui_tests.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/android_ui_tests.yml b/.github/workflows/android_ui_tests.yml index 77e6477..850ffbf 100644 --- a/.github/workflows/android_ui_tests.yml +++ b/.github/workflows/android_ui_tests.yml @@ -24,4 +24,11 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: 33 + emulator-build: 7425822 + emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim + disable-animations: true + disable-spellchecker: false + disable-linux-hw-accel: auto + enable-hw-keyboard: false + channel: stable script: ./gradlew app:connectedCheck