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

This commit is contained in:
2025-08-23 15:13:47 +02:00
parent 691a37c9dc
commit 8ac6725908
+1 -1
View File
@@ -78,7 +78,7 @@ jobs:
DUNST_PID=$!
sleep 1
test-run-cmd: |
tmux new-session -d -s ci "bash -lc \"$CMD; tmux wait-for -S done\""
export CMD="$CMD"; tmux new-session -d -s ci "bash -lc 'eval $CMD; tmux wait-for -S done'"
post-test-cmd: |
kill $DUNST_PID || true
kill $XVFB_PID || true