generated from PenaSide/GolangTemplate
better order for quick iteration
This commit is contained in:
parent
85af11c1d6
commit
2cd90dda66
2
Makefile
2
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/...
|
||||
|
||||
Loading…
Reference in New Issue
Block a user