We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3779b3a commit 3edf5a5Copy full SHA for 3edf5a5
.github/workflows/Android-CI.yml
@@ -75,7 +75,7 @@ jobs:
75
CLASSIC_TOKEN: ${{ secrets.CLASSIC_TOKEN }}
76
run: |
77
ls -ls MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
78
- 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-5554\ -\ 9/* screenshotsToCompare
79
./screenShotCompare.sh
80
- name: Archive screenshots diffs
81
if: ${{ always() }}
0 commit comments