We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb21eb commit 6e5fcdeCopy full SHA for 6e5fcde
.github/workflows/Android-CI.yml
@@ -81,8 +81,8 @@ jobs:
81
run: |
82
ls -ls app/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
83
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 &
+ set -x
+ ./screenShotScript/prepareTerminal.sh
86
./screenShotScript/screenShotCompare.sh
87
- name: Archive screenshots diffs
88
if: ${{ always() }}
0 commit comments