Skip to content

Commit

Permalink
Add step for kind cluster creation
Browse files Browse the repository at this point in the history
  • Loading branch information
komalsukhani committed Apr 15, 2024
1 parent f4b2ddc commit 13c1886
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Create kind cluster
uses: helm/[email protected]

- name: Deploy Tyk OSS and Dependencies
- name: Deploy OSS Dependencies
run: |
kubectl create namespace ${{ env.TYK_OSS_NS }}
Expand Down Expand Up @@ -72,6 +72,9 @@ jobs:
uses: azure/setup-helm@v3
with:
version: v3.11.2

- name: Create kind cluster
uses: helm/[email protected]

- name: Deploy Tyk Stack and dependencies
id: deploy-stack
Expand Down Expand Up @@ -131,6 +134,9 @@ jobs:
uses: azure/setup-helm@v3
with:
version: v3.11.2

- name: Create kind cluster
uses: helm/[email protected]

- name: Deploy Tyk Data Plane and Dependencies
id: deploy-data-plane
Expand Down

0 comments on commit 13c1886

Please sign in to comment.