From 13c18862196792d85a4c4c680b6872178cef80bd Mon Sep 17 00:00:00 2001 From: Komal Sukhani Date: Mon, 15 Apr 2024 16:43:03 +0530 Subject: [PATCH] Add step for kind cluster creation --- .github/workflows/run-integration-tests.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-integration-tests.yaml b/.github/workflows/run-integration-tests.yaml index b4126152..cd523da5 100644 --- a/.github/workflows/run-integration-tests.yaml +++ b/.github/workflows/run-integration-tests.yaml @@ -39,7 +39,7 @@ jobs: - name: Create kind cluster uses: helm/kind-action@v1.4.0 - - name: Deploy Tyk OSS and Dependencies + - name: Deploy OSS Dependencies run: | kubectl create namespace ${{ env.TYK_OSS_NS }} @@ -72,6 +72,9 @@ jobs: uses: azure/setup-helm@v3 with: version: v3.11.2 + + - name: Create kind cluster + uses: helm/kind-action@v1.4.0 - name: Deploy Tyk Stack and dependencies id: deploy-stack @@ -131,6 +134,9 @@ jobs: uses: azure/setup-helm@v3 with: version: v3.11.2 + + - name: Create kind cluster + uses: helm/kind-action@v1.4.0 - name: Deploy Tyk Data Plane and Dependencies id: deploy-data-plane