Skip to content

Commit 8ccc4cb

Browse files
committed
Add helm install
1 parent 572b200 commit 8ccc4cb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Create k8s Kind Cluster
2020
run: ctlptl create cluster kind --registry=ctlptl-registry
2121

22+
- name: Install Helm
23+
run: snap install helm --classic
24+
2225
- name: Test Using Local Config
2326
run: tilt ci
2427

0 commit comments

Comments
 (0)