This commit is contained in:
Sarah Jamie Lewis 2023-01-31 12:39:28 -08:00
parent b07a2d580a
commit 472a245623
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ steps:
commands:
# - flutter config --enable-linux-desktop
- sudo apt update
- sudo apt get install --fix-missing -y xvfb
- 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