Skip to content

Commit

Permalink
Merge pull request #937 from a7i/remove-e2e-helm-action
Browse files Browse the repository at this point in the history
remove e2e tests from helm github action
  • Loading branch information
k8s-ci-robot authored Mar 13, 2023
2 parents 85e9f86 + 54d80de commit 2b15be7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,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 --helm-extra-set-args='--set=kind=Deployment'

- name: E2E after chart install
env:
KUBERNETES_VERSION: "v1.26.0"
KIND_E2E: true
SKIP_INSTALL: true
run: make test-e2e

0 comments on commit 2b15be7

Please sign in to comment.