Update .gitea/workflows/test.yml
Run CI Tests / test (push) Successful in 1m42s

This commit is contained in:
2025-08-25 12:12:16 +02:00
parent 9742b6a05a
commit 5eb56b18dd
+2 -2
View File
@@ -85,8 +85,8 @@ jobs:
sleep 1
# 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'"
sleep 1
tmux new-session -d -s ci "bash -lc \"eval \\\"$CMD\\\"; tmux wait-for -S done\""
sleep 1
tmux wait-for done
# POST