Skip to content

Commit

Permalink
Add check for install script
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Jan 17, 2023
1 parent a91287c commit e6381f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ jobs:
env:
CHART_LOCATION: ./charts/helm-dashboard
CHART_VALUES: ./charts/helm-dashboard/values.yaml
- name: Test Helm plugin install script is runnable
run: |
scripts/install_plugin.sh

0 comments on commit e6381f9

Please sign in to comment.