Skip to content

Commit

Permalink
Add uninstall to e2e test suite
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Nov 29, 2021
1 parent 8fc01a3 commit feb3699
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/e2e-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: e2e-sync

on:
push:
branches: [ main ]
#branches: [ main ]
pull_request:
branches: [ main ]

Expand Down Expand Up @@ -47,6 +47,14 @@ jobs:
- name: Check sync
run: |
flux reconcile kustomization podinfo --with-source --namespace podinfo
- name: Delete Sync
run: |
helm delete --debug podinfo \
--namespace=podinfo
- name: Uninstall
run: |
helm uninstall --debug flux2 \
--namespace=flux-system
- name: Debug failure
if: failure()
run: |
Expand Down

0 comments on commit feb3699

Please sign in to comment.