Skip to content

Commit d745947

Browse files
committed
⚙️ add separate helm-unittest plugin install step in CI workflow
1 parent 3ba18fd commit d745947

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ jobs:
2626
# with:
2727
# version: v3.19.5
2828

29-
- name: Run unitests
29+
- name: Install Helm unittest plugin
30+
run: |
31+
make install-helm-unittest
32+
33+
- name: Run the Chart unit tests
3034
run: |
3135
make helm-unittest
3236

0 commit comments

Comments
 (0)