From 2cd90dda66f92124c6edee53ab4e4094b624ee2f Mon Sep 17 00:00:00 2001 From: Maxim Dolgushin Date: Wed, 1 Nov 2023 16:24:29 +0700 Subject: [PATCH] better order for quick iteration --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/...