This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user