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

This commit is contained in:
2025-08-25 12:28:36 +02:00
parent 77cfabac11
commit ffcbb825b0
+2 -1
View File
@@ -86,10 +86,11 @@ jobs:
# MAIN via tmux
# MAIN via tmux
tmux new-session -d -s ci "bash -lc 'eval \"$CMD\" 2>&1 | tee outputs/pytest-output.log && tmux wait-for -S done'"
tmux new-session -d -s ci "bash -lc '{ eval \"$CMD\" 2>&1 | tee outputs/pytest-output.log; } ; tmux wait-for -S done'"
sleep 1
tmux wait-for done
# POST
kill $DUNST_PID || true
kill $XVFB_PID || true