Skip to content

Commit

Permalink
trying to fix the Ui-testing CI emulator...
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonelZalegas committed Jul 27, 2024
1 parent 0feecec commit 533c0ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
tag: default
abi: x86_64
cmd: ./gradlew connectedCheck

0 comments on commit 533c0ee

Please sign in to comment.