mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
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:
2
.github/workflows/platform-fullstack-ci.yml
vendored
2
.github/workflows/platform-fullstack-ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user