mirror of
https://github.com/katanemo/plano.git
synced 2026-07-11 16:12:13 +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
|
cd ../../samples_python/$demo
|
||||||
archgw up arch_config.yaml
|
archgw up arch_config.yaml
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
cd ../shared/test_runner
|
cd ../../shared/test_runner
|
||||||
TEST_DATA=../../samples_python/$demo/test_data.yaml poetry run pytest
|
TEST_DATA=../../samples_python/$demo/test_data.yaml poetry run pytest
|
||||||
cd ../../samples_python/$demo
|
cd ../../samples_python/$demo
|
||||||
archgw down
|
archgw down
|
||||||
docker compose down -v
|
docker compose down -v
|
||||||
cd ../shared/test_runner
|
cd .././shared/test_runner
|
||||||
done
|
done
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,6 @@ archgw down
|
||||||
|
|
||||||
log shutting down the weather_forecast demo
|
log shutting down the weather_forecast demo
|
||||||
log =======================================
|
log =======================================
|
||||||
cd ../../demos/weather_forecast
|
cd ../../demos/samples_python/weather_forecast
|
||||||
docker compose down
|
docker compose down
|
||||||
cd -
|
cd -
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue