diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 035cb3301..d792c113a 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -73,11 +73,9 @@ jobs: dbus-run-session -- bash -c 'set -e set -x echo "⚡ Running tests and generating reports..." - Xvfb :99 -screen 0 1024x768x24 & - XVFB_PID=$! + Xvfb :99 -screen 0 1024x768x24 & XVFB_PID=$! export DISPLAY=:99 - dunst -print & - DUNST_PID=$! + dunst -print & DUNST_PID=$! sleep 1 tmux new-session -d -s ci "bash -lc \"eval \\\"$CMD\\\"; tmux wait-for -S done\"" tmux pipe-pane -t ci -o "tee outputs/pytest-output.log"