Add output to check cgroups version

pull/717/head
David Boreham 2024-01-21 17:23:28 -07:00
parent a751e87dd4
commit bc872b09fb
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ jobs:
run: ./scripts/create_build_tag_file.sh
- name: "Build local shiv package"
run: ./scripts/build_shiv_package.sh
- name: "Check cgroups version"
run: mount | grep cgroup
- name: "Install kind"
run: ./tests/scripts/install-kind.sh
- name: "Install Kubectl"