Skip to content

Commit e6b7c69

Browse files
committed
Next try
1 parent 1d8c68f commit e6b7c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Android-CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
ls -ls app/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
9292
set -x
93-
cp app/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator\(AVD\)\ -\ ${{ matrix.emulatorApi }}/* screenshotsToCompare${{ matrix.emulatorApi }}
93+
cp "app/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator(AVD) - ${{ matrix.emulatorApi }}/*" screenshotsToCompare${{ matrix.emulatorApi }}
9494
export DISPLAY=:99
9595
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
9696
./screenShotScript/screenShotCompare.sh

0 commit comments

Comments
 (0)