Skip to content

Commit

Permalink
chore: added dev makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Steinhäuser committed Nov 28, 2023
1 parent a8cf168 commit 036220b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ test-e2e: ## Run e2e tests.
kind-load: ## Load docker image into kind cluster
kind load docker-image ${IMG} --name ${KIND_CLUSTER_NAME}

.PHONY: dev
dev: docker-build kind-load install deploy ## Build and deploy container to kind cluster.

.PHONY: test-e2e-dev
test-e2e-dev: docker-build kind-load ## Run e2e tests with build and load image into kind cluster.
./scripts/test-e2e.sh
Expand Down

0 comments on commit 036220b

Please sign in to comment.