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 d8a8318 commit 0832f0eCopy full SHA for 0832f0e
1 file changed
.github/workflows/checks.yml
@@ -16,12 +16,11 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
19
+ - uses: azure/setup-helm@v4.3.0
20
+
21
- name: Create k8s Kind Cluster
22
run: ctlptl create cluster kind --registry=ctlptl-registry
23
- - name: Install Helm
- run: curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-4 | bash
24
-
25
- name: Test Using Local Config
26
run: tilt ci --timeout "5m"
27
0 commit comments