quick fix

This commit is contained in:
Maxim Dolgushin 2023-11-01 17:30:42 +07:00 committed by skeris
parent 3a583317c3
commit 9ca23ab7ea

@ -38,7 +38,7 @@ test.integration.down: ## shutting down integration environment
test.integration.start: ## run integration test
docker-compose -p integration -f deployments/test/docker-compose.integration.yaml down
docker-compose -p integration -f deployments/test/docker-compose.integration.yaml up --exit-code-from app --remove-orphans
docker-compose -p integration -f deployments/test/docker-compose.integration.yaml up --exit-code-from integration --remove-orphans
docker-compose -p integration -f deployments/test/docker-compose.integration.yaml down
test.e2e.start: ## run integration test