generated from PenaSide/GolangTemplate
quick fix
This commit is contained in:
parent
3a583317c3
commit
9ca23ab7ea
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user