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