Skip to content

Commit e6381f9

Browse files
committed
Add check for install script
1 parent a91287c commit e6381f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@ jobs:
6868
env:
6969
CHART_LOCATION: ./charts/helm-dashboard
7070
CHART_VALUES: ./charts/helm-dashboard/values.yaml
71+
- name: Test Helm plugin install script is runnable
72+
run: |
73+
scripts/install_plugin.sh

0 commit comments

Comments
 (0)