diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 9798fe67..8052415b 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -73,55 +73,23 @@ jobs: dbus-run-session -- bash -c ' set -e set -x - exec >>"$LOG_FILE" 2>&1 - - echo "⚡ Running tests and generating reports..." - - # PRE - echo "▶️ Running pre-test commands..." Xvfb :99 -screen 0 1024x768x24 & XVFB_PID=$! export DISPLAY=:99 - for i in {1..5}; do - xdpyinfo -display :99 >/dev/null 2>&1 && break - sleep 1 - done - dunst -print & DUNST_PID=$! sleep 1 - # MAIN via tmux - echo "⏩ Running tests in tmux..." - cat > tmux_runner.sh <