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

This commit is contained in:
2025-08-22 17:00:37 +02:00
parent 80492da18c
commit da45a4c156
+1 -2
View File
@@ -77,8 +77,7 @@ jobs:
dunst -print &
DUNST_PID=$!
sleep 1
test-run-cmd: |
"tmux new-session -d -s ci \"bash -lc '$CMD; tmux wait-for -S done'\""
test-run-cmd: "tmux new-session -d -s ci 'bash -lc \"$CMD; tmux wait-for -S done\"'"
post-test-cmd: |
kill $DUNST_PID || true
kill $XVFB_PID || true