Skip to content

Commit 1ca6791

Browse files
committed
Fail on any error
1 parent 2ebdf07 commit 1ca6791

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/Android-CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ 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+
./screenShotScript/prepareTerminal.sh
8685
./screenShotScript/screenShotCompare.sh
8786
- name: Archive screenshots diffs
8887
if: ${{ always() }}

0 commit comments

Comments
 (0)