Update .gitea/workflows/test.yml
Run CI Tests / test (push) Failing after 51s

This commit is contained in:
2025-08-23 16:20:31 +02:00
parent c55b3427cf
commit 20f61da082
+3 -3
View File
@@ -80,12 +80,12 @@ jobs:
sleep 1
test-run-cmd: |
cat > tmux_runner.sh <<'EOS'
cat > tmux_runner.sh <<EOS
#!/bin/bash
set -e
TMUX_TTY=$(tmux list-panes -t ci -F "#{pane_tty}")
TMUX_TTY=\$(tmux list-panes -t ci -F "#{pane_tty}")
export TMUX_TTY
eval "$CMD"
eval "\$CMD"
tmux wait-for -S done
EOS