Skip to content

Commit 81dc1e7

Browse files
committed
build: switch helm unit test plugin
Switches the action to use the helm-unittest plugin since it's under active development and has more recent releases.
1 parent cbc3f8a commit 81dc1e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/helm-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
uses: azure/setup-helm@v3
2929
with:
3030
version: v3.12.0
31-
31+
3232
- name: Install helm-unittest plugin
3333
run: |
34-
helm plugin install https://github.com/quintush/helm-unittest
35-
34+
helm plugin install https://github.com/helm-unittest/helm-unittest.git
35+
3636
- name: Run helm-unittest
3737
run: |
38-
helm unittest charts/hdx-oss-v2
38+
helm unittest charts/hdx-oss-v2

0 commit comments

Comments
 (0)