Improve speed of e2e tests

This commit is contained in:
Manuel de Brito Fontes 2018-04-19 23:14:30 -03:00
parent 10fc2548b4
commit 42e0c0abf7
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
7 changed files with 12 additions and 9 deletions

View file

@ -47,11 +47,12 @@ jobs:
# start minikube
- test/e2e/up.sh
script:
- if ! go get github.com/jteeuwen/go-bindata/...; then github.com/jteeuwen/go-bindata/...;fi
- go get github.com/jteeuwen/go-bindata/...
- make cover
- stage: e2e
before_script:
- if ! go get github.com/jteeuwen/go-bindata/...; then github.com/jteeuwen/go-bindata/...;fi
- go get github.com/jteeuwen/go-bindata/...
- go get github.com/onsi/ginkgo/ginkgo
- make e2e-image
- test/e2e/up.sh
script: