From fff9d3f12cdfcc1f28cf0b762ddbe0b2558368b5 Mon Sep 17 00:00:00 2001 From: Amir Alavi Date: Sat, 3 Sep 2022 10:55:33 -0400 Subject: [PATCH] remove e2e tests from helm github action --- .github/workflows/helm.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index dda7876da3..4023849150 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -54,10 +54,3 @@ jobs: # helm-extra-set-args only available after ct 3.6.0 - name: Run chart-testing (install) run: ct install --config=.github/ci/ct.yaml - - - name: E2E after chart install - env: - KUBERNETES_VERSION: "v1.24.0" - KIND_E2E: true - SKIP_INSTALL: true - run: make test-e2e