Split e2e prerequisites

This commit is contained in:
stefanprodan
2019-02-24 02:52:25 +02:00
parent 0856e13ee6
commit f451b4e36c
4 changed files with 40 additions and 26 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ jobs:
machine: true
steps:
- checkout
- run: test/e2e-prerequisites.sh
- run: test/e2e-kind.sh
- run: test/e2e-istio.sh
- run: test/e2e-tests.sh
workflows: