From c8cc29917303dd6f2fecd5e6f1a00b728dd9d278 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 25 Aug 2025 12:43:46 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index fbe1f8615..6afaba500 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -86,7 +86,6 @@ jobs: # MAIN via tmux tmux new-session -d -s ci "bash -lc \"eval \\\"$CMD\\\"; tmux wait-for -S done\"" - tmux pipe-pane -t ci -o "tee outputs/pytest-output.log" sleep 1 tmux wait-for done