This commit is contained in:
@@ -73,11 +73,9 @@ jobs:
|
||||
dbus-run-session -- bash -c 'set -e
|
||||
set -x
|
||||
echo "⚡ Running tests and generating reports..."
|
||||
Xvfb :99 -screen 0 1024x768x24 &
|
||||
XVFB_PID=$!
|
||||
Xvfb :99 -screen 0 1024x768x24 & XVFB_PID=$!
|
||||
export DISPLAY=:99
|
||||
dunst -print &
|
||||
DUNST_PID=$!
|
||||
dunst -print & DUNST_PID=$!
|
||||
sleep 1
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user