feat: always build image when running tests
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
João Paulo Dubas 2024-11-02 14:13:53 +00:00
parent fb001fc8b5
commit 2b6b20b9d9
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -57,7 +57,7 @@ compose_remote: ## connect to remote node
.PHONY: compose_test .PHONY: compose_test
compose_test: ## execute test on docker environment compose_test: ## execute test on docker environment
@$(COMPOSE) --profile test run --rm test @$(COMPOSE) --profile test run --build --rm test
.PHONY: compose_test_shell .PHONY: compose_test_shell
compose_test_shell: ## enter test environment shell compose_test_shell: ## enter test environment shell