feat: always build image when running tests (#107)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #107 Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com> Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
parent
fb001fc8b5
commit
d0114d9c46
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user