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

This commit is contained in:
2025-08-25 12:36:04 +02:00
parent c9c16cc1da
commit 2274340aad
+6 -4
View File
@@ -83,11 +83,13 @@ jobs:
dunst -print &
DUNST_PID=$!
sleep 1
# 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
# MAIN via tmux
# MAIN via tmux
tmux new-session -d -s ci "bash -lc 'eval \"$CMD\" 2>&1 | tee outputs/pytest-output.log'"
tmux wait -S ci
# POST
kill $DUNST_PID || true