mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
Add e2e tests for install/uninstall version
This commit is contained in:
parent
98c32dce3d
commit
1542e500f2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/e2e.yaml
vendored
2
.github/workflows/e2e.yaml
vendored
|
|
@ -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…
Reference in a new issue