From 0c5c3efea3e78270b26b3842c157759fbe3f9dd9 Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Fri, 13 Sep 2024 16:05:45 -0700 Subject: [PATCH] small fix --- .github/workflows/test-helm-chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-helm-chart.yml b/.github/workflows/test-helm-chart.yml index ff08de77..865b807f 100644 --- a/.github/workflows/test-helm-chart.yml +++ b/.github/workflows/test-helm-chart.yml @@ -48,7 +48,7 @@ jobs: helm install hypha-server ./dist/hypha-server-*.tgz --namespace=hypha - name: Uninstall Hypha Helm chart - run: + run: | helm uninstall hypha-server --namespace=hypha helm uninstall redis --namespace=hypha