Add e2e tests for install/uninstall version

pull/4/head
stefanprodan 5 years ago
parent 98c32dce3d
commit 1542e500f2

@ -40,6 +40,8 @@ jobs:
- name: Run integration tests
run: |
./bin/tk check
./bin/tk install --version=master --namespace=test --verbose
./bin/tk uninstall --namespace=test --crds
./bin/tk install --manifests ./manifests/install/
./bin/tk create source podinfo --git-url https://github.com/stefanprodan/podinfo-deploy --git-semver=">=0.0.1-rc.1 <0.1.0"
- name: Debug failure

Loading…
Cancel
Save