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

This commit is contained in:
2025-08-25 13:25:58 +02:00
parent 6c6a7c7d35
commit 82ee39cbc7
+1 -1
View File
@@ -84,7 +84,7 @@ jobs:
sleep 1
# MAIN via tmux
tmux new-session -d -s ci "bash -lc '$CMD; tmux wait-for -S done'"
tmux new-session -d -s ci "bash -lc \"eval \\\"$CMD\\\"; tmux wait-for -S done\""
sleep 1
tmux wait-for done