This commit is contained in:
@@ -86,10 +86,11 @@ jobs:
|
||||
|
||||
# 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-for -S done'"
|
||||
tmux new-session -d -s ci "bash -lc '{ eval \"$CMD\" 2>&1 | tee outputs/pytest-output.log; } ; tmux wait-for -S done'"
|
||||
sleep 1
|
||||
tmux wait-for done
|
||||
|
||||
|
||||
# POST
|
||||
kill $DUNST_PID || true
|
||||
kill $XVFB_PID || true
|
||||
|
||||
Reference in New Issue
Block a user