Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/test-deploy-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
branches:
- '*'

# Note: this test depends on having kind installed in the runner environment.
# It turns out that kind is pre-installed in the ubuntu-latest. It may be worthwhile
# checking which version is installed in the event that unexplained test failures occur.

jobs:
test:
name: "Run k8s deploy test suite"
Expand All @@ -21,6 +25,8 @@ jobs:
python-version: '3.12'
- name: "Print Python version"
run: python3 --version
- name: "Print kind version"
run: kind version
- name: "Install shiv"
run: pip install shiv
- name: "Generate build version file"
Expand Down