This commit is contained in:
@@ -72,7 +72,21 @@ jobs:
|
||||
# Then:
|
||||
ls ~/Maildir/new
|
||||
|
||||
test-files: "tests/test_utils_duo.py"
|
||||
pre-test-cmd: |
|
||||
Xvfb :99 -screen 0 1024x768x24 &
|
||||
XVFB_PID=$!
|
||||
export DISPLAY=:99
|
||||
dunst -print &
|
||||
DUNST_PID=$!
|
||||
sleep 1
|
||||
test-run-cmd: "tmux new-session -d -s ci --"
|
||||
post-test-cmd: |
|
||||
kill $DUNST_PID || true
|
||||
kill $XVFB_PID || true
|
||||
sleep 1
|
||||
tmux wait-for done
|
||||
|
||||
test-files: "tests/test_utils_dbusnotify.py"
|
||||
|
||||
continue-on-error: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user