From 533c0ee21bfe0ced33ed851603e3e1a51545f887 Mon Sep 17 00:00:00 2001 From: Leonel Zalegas Date: Sat, 27 Jul 2024 13:58:42 -0300 Subject: [PATCH] trying to fix the Ui-testing CI emulator... --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8984b45..712e34a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,9 +72,9 @@ jobs: - name: Setup Gradle uses: gradle/gradle-build-action@v2 - name: Run UI tests - uses: kasperskyb/android-emulator-runner@v2 + uses: malinskiy/action-android@release/0.1.7 with: api-level: 29 - arch: x86_64 - profile: pixel_3a - script: ./gradlew connectedCheck \ No newline at end of file + tag: default + abi: x86_64 + cmd: ./gradlew connectedCheck \ No newline at end of file