From 640beeb2a886ce101671e733f02a06d485ce7104 Mon Sep 17 00:00:00 2001 From: Michael Bogdanov Date: Thu, 28 Sep 2023 15:28:24 +0200 Subject: [PATCH] ~ --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8c18971f8..6f96a8a5c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -102,4 +102,4 @@ jobs: force-avd-creation: false emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true - script: ./gradlew connectedDebugAndroidTest \ No newline at end of file + script: ./gradlew connectedX86DebugAndroidTest \ No newline at end of file