fix(ci): Use correct poetry command 'rest' instead of 'serve'

The backend pyproject.toml defines 'rest' as the script name, not 'serve'.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Swifty
2025-12-19 23:49:14 +01:00
parent 175ba13ebe
commit 23fb3ad8a4

View File

@@ -127,7 +127,7 @@ jobs:
- name: Start REST server in background
run: |
poetry run serve &
poetry run rest &
echo $! > /tmp/rest_server.pid
working-directory: autogpt_platform/backend
env: