Fix and simplify local dev workflow and execution of e2e tests
This commit is contained in:
parent
7983a2b9d3
commit
d4f2b5d060
4 changed files with 6 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue