Skip to content

Commit

Permalink
remove undefined e2e action
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Sep 10, 2024
1 parent 5bfcdb6 commit 0c1496c
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 @@ -16,7 +16,7 @@ BUILD_ACTION = --load
TEST_KUBECTL_VERSION := 1.31.0

.DEFAULT_GOAL := ci
ci: test validate e2e ## run the targets needed to validate a PR in CI.
ci: test validate ## run the targets needed to validate a PR in CI.

clean: ## clean up project.
rm -rf build
Expand Down

0 comments on commit 0c1496c

Please sign in to comment.