Add env variable for docker compose down command in run.sh down()

This commit is contained in:
Hemang
2025-03-12 23:58:28 +01:00
parent 6558f23604
commit fd4c64256f
+1 -1
View File
@@ -45,7 +45,7 @@ build() {
down() {
# Bring down local services
docker compose -f docker-compose.local.yml down
docker compose -f tests/integration/docker-compose.test.yml down
GATEWAY_PATH=$(pwd)/gateway docker compose -f tests/integration/docker-compose.test.yml down
}
unit_tests() {