Modify run.sh down() to include test infra.

This commit is contained in:
Hemang
2025-02-10 13:15:45 +01:00
parent 8ad4a19c21
commit 671b7a230a
+1
View File
@@ -18,6 +18,7 @@ build() {
down() {
# Bring down local services
docker compose -f docker-compose.local.yml down
docker compose -f tests/docker-compose.test.yml down
}