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

This commit is contained in:
2025-08-26 04:31:37 +02:00
parent b6b0c9e328
commit 337414c2bb
+2 -9
View File
@@ -70,11 +70,7 @@ jobs:
test-run-cmd: |
dbus-run-session -- bash -c '
set -e
set -x
echo "⚡ Running tests and generating reports..."
# PRE
Xvfb :99 -screen 0 1024x768x24 &
XVFB_PID=$!
export DISPLAY=:99
@@ -83,17 +79,14 @@ jobs:
DUNST_PID=$!
sleep 1
# MAIN via tmux
# MAIN
tmux new-session -d -s ci "bash -lc \"eval \\\"$CMD\\\"; tmux wait-for -S done\""
sleep 1
tmux wait-for done
# POST
kill $DUNST_PID
kill $XVFB_PID
sleep 1
echo "▶️ END"
'
test-files: ""