diff --git a/.drone.yml b/.drone.yml index 13fd1120..b94cba40 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,6 +67,9 @@ steps: path: /root/.pub-cache commands: # - flutter config --enable-linux-desktop + - sudo apt-get install --fix-missing -y xvfb + - export DISPLAY=:99 + - sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & - ./run-tests.sh 01_general - name: test-build-android