Fix and simplify local dev workflow and execution of e2e tests

This commit is contained in:
Manuel de Brito Fontes 2018-05-15 11:57:39 -04:00 committed by Manuel Alejandro de Brito Fontes
parent 7983a2b9d3
commit d4f2b5d060
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
4 changed files with 6 additions and 12 deletions

View file

@ -63,8 +63,8 @@ jobs:
before_script:
- go get github.com/jteeuwen/go-bindata/...
- go get github.com/onsi/ginkgo/ginkgo
- make e2e-image
- test/e2e/up.sh
- make dev-env
script:
- make e2e-test
# split builds to avoid job timeouts