|
|
@ -40,6 +40,8 @@ jobs:
|
|
|
|
- name: Run integration tests
|
|
|
|
- name: Run integration tests
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
./bin/tk check
|
|
|
|
./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 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"
|
|
|
|
./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
|
|
|
|
- name: Debug failure
|
|
|
|