Skip to content

Commit b16aa3d

Browse files
committed
Fix tests breaking on master, fixes #251
1 parent 4d44b03 commit b16aa3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,11 @@ jobs:
339339
with:
340340
version: v2.5.0
341341
token: ${{ secrets.GITHUB_TOKEN }}
342+
- name: Setup KinD cluster
343+
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
344+
with:
345+
cluster_name: kind-integration-tests-${{ matrix.language }}
346+
node_image: kindest/node:v1.29.2
342347
- name: Run tests
343348
run: >-
344349
set -euo pipefail

0 commit comments

Comments
 (0)