From 8ac6725908da8e106ceb49feeda5f2f4dd58b2e9 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Sat, 23 Aug 2025 15:13:47 +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 b323ef70..207cce01 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -78,7 +78,7 @@ jobs: DUNST_PID=$! sleep 1 test-run-cmd: | - tmux new-session -d -s ci "bash -lc \"$CMD; tmux wait-for -S done\"" + export CMD="$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