Skip to content

Commit 66059d8

Browse files
committed
arm64 runner
1 parent d4cf1fc commit 66059d8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/Android-CI.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
tag: [ default ]
1919
abi: [ x86_64 ]
2020
java_version: [ 17 ]
21+
include:
22+
- os: [ ARM64 ]
23+
api: [ 34 ]
24+
tag: [ google_apis ]
25+
abi: [ arm64-v8a ]
26+
java_version: [ 17 ]
2127
steps:
2228
- name: Checkout
2329
uses: actions/[email protected]
@@ -68,7 +74,7 @@ jobs:
6874
CLASSIC_TOKEN: ${{ secrets.CLASSIC_TOKEN }}
6975
run: |
7076
ls -ls MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
71-
cp MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator\(AVD\)\ -\ 9/* screenshotsToCompare
77+
cp MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator\(AVD\)\ -\ 14/* screenshotsToCompare
7278
./screenShotCompare.sh
7379
- name: Archive screenshots diffs
7480
if: ${{ always() }}

0 commit comments

Comments
 (0)