mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 03:38:04 +00:00
Add check for install script
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -68,3 +68,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CHART_LOCATION: ./charts/helm-dashboard
|
CHART_LOCATION: ./charts/helm-dashboard
|
||||||
CHART_VALUES: ./charts/helm-dashboard/values.yaml
|
CHART_VALUES: ./charts/helm-dashboard/values.yaml
|
||||||
|
- name: Test Helm plugin install script is runnable
|
||||||
|
run: |
|
||||||
|
scripts/install_plugin.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user