We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572b200 commit 8ccc4cbCopy full SHA for 8ccc4cb
1 file changed
.github/workflows/checks.yml
@@ -19,6 +19,9 @@ jobs:
19
- name: Create k8s Kind Cluster
20
run: ctlptl create cluster kind --registry=ctlptl-registry
21
22
+ - name: Install Helm
23
+ run: snap install helm --classic
24
+
25
- name: Test Using Local Config
26
run: tilt ci
27
0 commit comments