Update action.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user