From f9bb5eec904976c2e13a164a4f96fce7075c206f Mon Sep 17 00:00:00 2001 From: tligui_y Date: Sat, 23 Aug 2025 15:29:22 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 966bc981..27183f95 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -77,8 +77,7 @@ jobs: dunst -print & DUNST_PID=$! sleep 1 - test-run-cmd: | - tmux new-session -d -s ci "bash -lc '{ eval \"$CMD\"; tmux wait-for -S done; }'" + test-run-cmd: tmux new-session -d -s ci "bash -lc 'eval \"$CMD\"; tmux wait-for -S done'" post-test-cmd: | kill $DUNST_PID || true kill $XVFB_PID || true