This commit is contained in:
Adil Hafeez 2025-02-07 18:12:35 -08:00
parent 0f297d19b9
commit e64ef44802
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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 -