From 69bd57f1ea17d24ade50596ceaf3dacefa17a50b Mon Sep 17 00:00:00 2001 From: tligui_y Date: Fri, 22 Aug 2025 16:51:48 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 34a30434..2af40d42 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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