better order for quick iteration

This commit is contained in:
Maxim Dolgushin 2023-11-01 16:24:29 +07:00 committed by skeris
parent 85af11c1d6
commit 2cd90dda66

@ -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/...