Skip to content

Commit 248db72

Browse files
committed
arm64 runner
1 parent cf1ec54 commit 248db72

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/Android-CI.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717
tag: [ default ]
1818
abi: [ x86_64 ]
1919
java_version: [ 17 ]
20+
include:
21+
- os: [ ARM64 ]
22+
api: [ 34 ]
23+
tag: [ google_apis ]
24+
abi: [ arm64-v8a ]
25+
java_version: [ 17 ]
26+
2027
steps:
2128
- name: Checkout
2229
uses: actions/[email protected]
@@ -65,7 +72,7 @@ jobs:
6572
- name: Compare screenshots
6673
run: |
6774
ls -ls MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
68-
cp MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator\(AVD\)\ -\ 9/* screenshotsToCompare
75+
cp MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator\(AVD\)\ -\ 14/* screenshotsToCompare
6976
./screenShotCompare.sh
7077
- name: Archive screenshots diffs
7178
if: ${{ always() }}

0 commit comments

Comments
 (0)