Skip to content

Commit b5e54ef

Browse files
authored
Merge pull request #429 from AppDevNext/FailOnError
Fail on any error
2 parents 3ed99b6 + 0701528 commit b5e54ef

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/Android-CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ 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 &
8684
./screenShotScript/screenShotCompare.sh
8785
- name: Archive screenshots diffs
8886
if: ${{ always() }}

screenShotScript

0 commit comments

Comments
 (0)