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

This commit is contained in:
2025-08-25 12:14:29 +02:00
parent 10ed54ec26
commit 41d878d54e
+2 -2
View File
@@ -85,8 +85,8 @@ jobs:
sleep 1
# MAIN via tmux
tmux new-session -d -s ci "bash -lc \"eval \\\"$CMD\\\"; tmux wait-for -S done\""
sleep 1
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