From 54df1a52460664bf6861d676b364a168b7065af2 Mon Sep 17 00:00:00 2001 From: Yury Tsarev Date: Wed, 20 May 2020 20:05:42 +0200 Subject: [PATCH] Fix helm installation smoke test (#130) Surprisingly helm needs running kubernetes cluster --- .github/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0a61cf4d3a..fe323b6f80 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,6 +28,11 @@ jobs: source-charts-folder: 'chart' destination-repo: absaoss/ohmyglb destination-branch: gh-pages + - name: Create single node k8s Kind Cluster + uses: helm/kind-action@v1.0.0-rc.1 + with: + cluster_name: test-gslb1 + config: deploy/kind/cluster-terratest.yaml - name: Smoke test helm installation run: | helm repo add ohmyglb https://absaoss.github.io/ohmyglb/