mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix
This commit is contained in:
parent
0f297d19b9
commit
e64ef44802
2 changed files with 3 additions and 3 deletions
|
|
@ -10,10 +10,10 @@ do
|
|||
cd ../../samples_python/$demo
|
||||
archgw up arch_config.yaml
|
||||
docker compose up -d
|
||||
cd ../shared/test_runner
|
||||
cd ../../shared/test_runner
|
||||
TEST_DATA=../../samples_python/$demo/test_data.yaml poetry run pytest
|
||||
cd ../../samples_python/$demo
|
||||
archgw down
|
||||
docker compose down -v
|
||||
cd ../shared/test_runner
|
||||
cd .././shared/test_runner
|
||||
done
|
||||
|
|
|
|||
|
|
@ -68,6 +68,6 @@ archgw down
|
|||
|
||||
log shutting down the weather_forecast demo
|
||||
log =======================================
|
||||
cd ../../demos/weather_forecast
|
||||
cd ../../demos/samples_python/weather_forecast
|
||||
docker compose down
|
||||
cd -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue