From ffcbb825b0d8d46b26476477d90ddb3c8491805e Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 25 Aug 2025 12:28:36 +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 5f1d38f5..7eb02060 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -86,10 +86,11 @@ jobs: # MAIN via tmux # MAIN via tmux - tmux new-session -d -s ci "bash -lc 'eval \"$CMD\" 2>&1 | tee outputs/pytest-output.log && tmux wait-for -S done'" + tmux new-session -d -s ci "bash -lc '{ eval \"$CMD\" 2>&1 | tee outputs/pytest-output.log; } ; tmux wait-for -S done'" sleep 1 tmux wait-for done + # POST kill $DUNST_PID || true kill $XVFB_PID || true