Skip to content

Commit

Permalink
arm64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed May 11, 2024
1 parent d4cf1fc commit 66059d8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
tag: [ default ]
abi: [ x86_64 ]
java_version: [ 17 ]
include:
- os: [ ARM64 ]
api: [ 34 ]
tag: [ google_apis ]
abi: [ arm64-v8a ]
java_version: [ 17 ]
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -68,7 +74,7 @@ jobs:
CLASSIC_TOKEN: ${{ secrets.CLASSIC_TOKEN }}
run: |
ls -ls MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
cp MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator\(AVD\)\ -\ 9/* screenshotsToCompare
cp MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator\(AVD\)\ -\ 14/* screenshotsToCompare
./screenShotCompare.sh
- name: Archive screenshots diffs
if: ${{ always() }}
Expand Down

0 comments on commit 66059d8

Please sign in to comment.