Skip to content

Commit 6e5fcde

Browse files
committed
Fail on any error
1 parent deb21eb commit 6e5fcde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Android-CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
run: |
8282
ls -ls app/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
8383
cp app/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator-5554\ -\ ${{ matrix.emulatorApi }}/* screenshotsToCompare${{ matrix.emulatorApi }}
84-
export DISPLAY=:99
85-
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
84+
set -x
85+
./screenShotScript/prepareTerminal.sh
8686
./screenShotScript/screenShotCompare.sh
8787
- name: Archive screenshots diffs
8888
if: ${{ always() }}

0 commit comments

Comments
 (0)