Skip to content

Commit

Permalink
Run instrumented tests on x86_64 ABI-compatible host
Browse files Browse the repository at this point in the history
The default was x86 for which we don't even have active device installs of the
main app in Google Play.

Not that we have any for x86_64 either, but it's "slightly closer of a step" to
arm64-8va given that ARM-based Actions runners aren't available yet.
  • Loading branch information
stoyicker committed Jun 25, 2024
1 parent 13c1405 commit ec05ba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/instrumented-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
- uses: reactivecircus/[email protected]
with:
api-level: 29
arch: x86_64
script: ./gradlew -Dorg.gradle.logging.level=quiet connectedCheck

0 comments on commit ec05ba1

Please sign in to comment.