From 91fcf85ce5272a2ecf58cd335953dbe4ba256773 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Fri, 15 Aug 2025 21:30:34 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index eeb2a0e..70b069b 100644 --- a/action.yml +++ b/action.yml @@ -177,6 +177,7 @@ runs: dbus-run-session -- bash -lc ' ./start-notification-service.sh & sleep 1 + gdbus introspect --session --dest org.freedesktop.Notifications --object-path /org/freedesktop/Notifications || echo 'Service not running' pixi run pytest -s \"$TEST_PATH\" $PYTEST_ARGS ' >> outputs/full-output.log 2>&1; tmux wait-for -S done @@ -192,6 +193,7 @@ runs: dbus-run-session -- bash -lc " ./start-notification-service.sh & sleep 1 + gdbus introspect --session --dest org.freedesktop.Notifications --object-path /org/freedesktop/Notifications || echo 'Service not running' pixi run pytest -s \"$TEST_PATH\" $PYTEST_ARGS " >> outputs/full-output.log 2>&1 fi