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 6c77d85 commit 3fd381a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v4
Expand All @@ -27,6 +25,7 @@ jobs:
run: |
helm dependency build ./charts/testkube
helm lint ./charts/testkube
helm tenplate ./charts/testkube
# - name: helm-check
# uses: igabaydulin/[email protected]
Expand Down

0 comments on commit 3fd381a

Please sign in to comment.