Skip to content

Commit 68c5f21

Browse files
authored
Merge pull request #12 from stackhpc/helm_istio
CI: Install helm
2 parents ba7ec7b + 62fee1f commit 68c5f21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
run: |
2323
echo ${{ secrets.ANSIBLE_VAULT_PASSWORD }} > $ANSIBLE_VAULT_PASSWORD_FILE
2424
25+
- name: Install dependencies
26+
run: >
27+
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
28+
2529
- name: Generate kubeconfig
2630
env:
2731
KUBE: ${{secrets.KUBE}}

0 commit comments

Comments
 (0)