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

This commit is contained in:
2025-08-22 16:23:42 +02:00
parent 0b7bd96d27
commit 67bd53f8da
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
dunst -print &
DUNST_PID=$!
sleep 1
test-run-cmd: "tmux new-session -s ci"
test-run-cmd: "tmux new-session -d -s ci"
post-test-cmd: |
kill $DUNST_PID || true
kill $XVFB_PID || true