Check ginkgo is installed before running e2e tests
This commit is contained in:
parent
e35a7d20a3
commit
c719e2adbe
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -164,6 +164,7 @@ e2e-image: sub-container-amd64
|
|||
|
||||
.PHONY: e2e-test
|
||||
e2e-test:
|
||||
@ginkgo version || go get -u github.com/onsi/ginkgo/ginkgo
|
||||
@ginkgo build ./test/e2e
|
||||
@KUBECONFIG=${HOME}/.kube/config ginkgo -randomizeSuites -randomizeAllSpecs -flakeAttempts=2 -p -trace -nodes=2 ./test/e2e/e2e.test
|
||||
|
||||
|
|
Loading…
Reference in a new issue