Update .gitea/workflows/test.yml
Run CI Tests / test (push) Failing after 58s

This commit is contained in:
2025-08-25 16:13:46 +02:00
parent 434a21bddc
commit 3fcbdf790d
+2 -4
View File
@@ -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"