From 3b0519c709d29155ab866943b1d77036fec58efa Mon Sep 17 00:00:00 2001 From: tligui_y Date: Sat, 22 Nov 2025 22:49:03 +0100 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 2ed483ca3..be786539c 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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 #################################