Update .gitea/workflows/test.yml
Run CI Tests / test (push) Successful in 2m34s

This commit is contained in:
2025-11-22 22:49:03 +01:00
parent 50843b05ff
commit 3b0519c709
+2 -2
View File
@@ -72,7 +72,7 @@ jobs:
printf "Subject: probe\nTo: $(whoami)@localhost\n\nhi\n" | sendmail -v "$(whoami)@localhost"
# Then:
ls ~/Maildir/new
test-files: "tests/test_runname.py"
test-run-cmd: |
dbus-run-session -- bash -c '
@@ -93,7 +93,7 @@ jobs:
kill $XVFB_PID
sleep 1
'
test-files: "tests/test_runname.py"
continue-on-error: true
##################################### TO NOT CHANGE #################################