mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue