Skip to content

Commit

Permalink
Update template.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs authored Apr 3, 2024
1 parent 8eb7899 commit 6c77d85
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ jobs:
uses: azure/setup-helm@v4
with:
version: v3.14.1

- name: Dependency build
run: helm dependency build ./charts/testkube
run: |
helm dependency build ./charts/testkube
helm lint ./charts/testkube
- name: helm-check
uses: igabaydulin/[email protected]
env:
CHART_LOCATION: ./charts/testkube
# - name: helm-check
# uses: igabaydulin/[email protected]
# env:
# CHART_LOCATION: ./charts/testkube



0 comments on commit 6c77d85

Please sign in to comment.