Skip to content

Commit d3f78b7

Browse files
committed
arm64 runner
1 parent 87ba16c commit d3f78b7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/Android-CI.yml

+7-1
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]
@@ -62,7 +68,7 @@ jobs:
6268
CLASSIC_TOKEN: ${{ secrets.CLASSIC_TOKEN }}
6369
run: |
6470
ls -ls MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
65-
cp MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator\(AVD\)\ -\ 9/* screenshotsToCompare
71+
cp MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator\(AVD\)\ -\ 14/* screenshotsToCompare
6672
./screenShotCompare.sh
6773
- name: Archive screenshots diffs
6874
if: ${{ always() }}

0 commit comments

Comments
 (0)