File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 18
18
tag : [ default ]
19
19
abi : [ x86_64 ]
20
20
java_version : [ 17 ]
21
+ include :
22
+ - os : [ ARM64 ]
23
+ api : [ 34 ]
24
+ tag : [ google_apis ]
25
+ abi : [ arm64-v8a ]
26
+ java_version : [ 17 ]
21
27
steps :
22
28
- name : Checkout
23
29
62
68
CLASSIC_TOKEN : ${{ secrets.CLASSIC_TOKEN }}
63
69
run : |
64
70
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
66
72
./screenShotCompare.sh
67
73
- name : Archive screenshots diffs
68
74
if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments