Skip to content

Commit 4fd179b

Browse files
committed
Make sure the test-e2e ensures the build image.
1 parent 32388aa commit 4fd179b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ test-go:
118118

119119
# Runs end-to-end tests on the current configured cluster
120120
# For minikube user the minikube-test-e2e targets
121-
test-e2e:
121+
test-e2e: $(ensure-build-image)
122122
$(DOCKER_RUN) go test -v $(agones_package)/test/e2e/... \
123123
--kubeconfig /root/.kube/config \
124124
--gameserver-image=$(GS_TEST_IMAGE)

0 commit comments

Comments
 (0)