Update action.yml

This commit is contained in:
2025-08-15 21:30:34 +02:00
parent 53c7ae7490
commit 91fcf85ce5
+2
View File
@@ -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