diff --git a/Makefile b/Makefile index cb48871..2d5be6b 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,8 @@ test.integration.down: ## shutting down integration environment docker-compose -f deployments/test/docker-compose.yaml down --volumes test.integration.start: ## run integration test - docker-compose -p integration -f deployments/test/docker-compose.app.yaml up --exit-code-from app --remove-orphans docker-compose -p integration -f deployments/test/docker-compose.app.yaml down + docker-compose -p integration -f deployments/test/docker-compose.app.yaml up --exit-code-from app --remove-orphans test.e2e.start: ## run integration test go test ./tests/e2e/...