Skip to content

Commit f89dac2

Browse files
committed
Add node on kind binary in runner image
1 parent eac03d5 commit f89dac2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test-deploy-k8s.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
branches:
99
- '*'
1010

11+
# Note: this test depends on having kind installed in the runner environment.
12+
# It turns out that kind is pre-installed in the ubuntu-latest. It may be worthwhile
13+
# checking which version is installed in the event that unexplained test failures occur.
14+
1115
jobs:
1216
test:
1317
name: "Run k8s deploy test suite"
@@ -21,6 +25,8 @@ jobs:
2125
python-version: '3.12'
2226
- name: "Print Python version"
2327
run: python3 --version
28+
- name: "Print kind version"
29+
run: kind version
2430
- name: "Install shiv"
2531
run: pip install shiv
2632
- name: "Generate build version file"

0 commit comments

Comments
 (0)