Skip to content

Commit

Permalink
Enforce unittest before dockertest so all files are touched before do…
Browse files Browse the repository at this point in the history
…cker will be executed.
  • Loading branch information
quintush committed Dec 31, 2024
1 parent 6f98a6e commit 4c44f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependency: ## Dependency maintanance
go mod tidy

.PHONY: dockerimage
dockerimage: build ## Build docker image
dockerimage: unittest ## Build docker image
docker build --no-cache --build-arg HELM_VERSION=$(HELM_VERSION) -t $(DOCKER):$(VERSION) -f AlpineTest.Dockerfile .

.PHONY: test-docker
Expand Down

0 comments on commit 4c44f41

Please sign in to comment.