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

This commit is contained in:
2025-08-22 16:51:48 +02:00
parent 2ac138be63
commit 69bd57f1ea
+2 -1
View File
@@ -77,7 +77,8 @@ 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