From 67bd53f8da967944ca414b9448bc2ea1a719ddc1 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Fri, 22 Aug 2025 16:23:42 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 5518fde4..2dc4e2cc 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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