This commit is contained in:
Sarah Jamie Lewis 2023-01-31 12:34:26 -08:00
parent 87f56f5f4d
commit b07a2d580a
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ steps:
path: /root/.pub-cache
commands:
# - flutter config --enable-linux-desktop
- sudo apt-get install --fix-missing -y xvfb
- sudo apt update
- 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