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 641c9a8 commit 71761c2Copy full SHA for 71761c2
.github/workflows/Android-CI.yml
@@ -76,6 +76,8 @@ jobs:
76
run: |
77
ls -ls MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
78
cp MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator-5554\ -\ 9/* screenshotsToCompare
79
+ export DISPLAY=:99
80
+ sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
81
./screenShotCompare.sh
82
- name: Archive screenshots diffs
83
if: ${{ always() }}
0 commit comments