mirror of
https://github.com/katanemo/plano.git
synced 2026-05-01 11:56:29 +02:00
add --docker flag to E2E tests and demo scripts
This commit is contained in:
parent
9d223d54f9
commit
53d11ae235
14 changed files with 35 additions and 35 deletions
|
|
@ -41,8 +41,8 @@ cd -
|
|||
# Start gateway with prompt_gateway config
|
||||
log "startup plano gateway with function calling demo"
|
||||
cd ../../
|
||||
planoai down || true
|
||||
planoai up demos/getting_started/weather_forecast/config.yaml
|
||||
planoai down --docker || true
|
||||
planoai up --docker demos/getting_started/weather_forecast/config.yaml
|
||||
cd -
|
||||
|
||||
# Run tests
|
||||
|
|
@ -51,7 +51,7 @@ uv run pytest test_prompt_gateway.py
|
|||
|
||||
# Cleanup
|
||||
log "shutting down"
|
||||
planoai down || true
|
||||
planoai down --docker || true
|
||||
cd ../../demos/getting_started/weather_forecast
|
||||
docker compose down
|
||||
cd -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue