Skip to content

Commit 3edf5a5

Browse files
committed
Change emulator path
1 parent 3779b3a commit 3edf5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Android-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
CLASSIC_TOKEN: ${{ secrets.CLASSIC_TOKEN }}
7676
run: |
7777
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
78+
cp MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator-5554\ -\ 9/* screenshotsToCompare
7979
./screenShotCompare.sh
8080
- name: Archive screenshots diffs
8181
if: ${{ always() }}

0 commit comments

Comments
 (0)