Skip to content

Commit 5cc4fe5

Browse files
committed
arm64 runner
1 parent 4603830 commit 5cc4fe5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pull-request-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
path: tracker/build/reports/lint-results.html
7373

7474
EspressoTest:
75-
runs-on: macOS-latest
75+
runs-on: ARM64
7676
needs:
7777
- env-job
7878
steps:
@@ -91,14 +91,14 @@ jobs:
9191
distribution: 'adopt'
9292
java-version: 17
9393
- name: Install Android SDK
94-
uses: malinskiy/action-android/install-sdk@release/0.1.4
94+
uses: hannesa2/action-android/install-sdk@0.1.4.10
9595
- name: Run instrumentation tests
96-
uses: malinskiy/action-android/emulator-run-cmd@release/0.1.4
96+
uses: hannesa2/action-android/emulator-run-cmd@0.1.4.10
9797
with:
9898
cmd: ./gradlew cAT --continue
99-
api: 30
100-
tag: default
101-
abi: x86_64
99+
api: 34
100+
tag: 'google_apis'
101+
abi: arm64-v8a
102102
cmdOptions: -noaudio -no-boot-anim -no-window
103103
- name: Archive Espresso results
104104
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)