diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index f8fdebd0..4235cbe3 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 '$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