From e35083116779545a76023e717be182d7f2194671 Mon Sep 17 00:00:00 2001 From: Jack Lindamood Date: Wed, 10 Nov 2021 19:59:53 +0000 Subject: [PATCH] ct will do chart testing --- .github/workflows/helm.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index c89d18d..dde85b1 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -28,13 +28,6 @@ jobs: uses: helm/kind-action@v1.2.0 - name: Install helm chart run: ct install --all - - name: Wait for deployment to finish - timeout-minutes: 1 - run: kubectl rollout status --watch deployment/gitdb - - name: Test helm chart - run: helm test gitdb - - name: Remove helm chart - run: helm uninstall gitdb - name: Run chart-releaser uses: helm/chart-releaser-action@v1.2.1 env: