Skip to content

Commit 0832f0e

Browse files
committed
Use azure setup-helm action
1 parent d8a8318 commit 0832f0e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19+
- uses: azure/setup-helm@v4.3.0
20+
1921
- name: Create k8s Kind Cluster
2022
run: ctlptl create cluster kind --registry=ctlptl-registry
2123

22-
- name: Install Helm
23-
run: curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-4 | bash
24-
2524
- name: Test Using Local Config
2625
run: tilt ci --timeout "5m"
2726

0 commit comments

Comments
 (0)