Skip to content

Commit

Permalink
fix(gh-actions) add setup chart testing to release
Browse files Browse the repository at this point in the history
  • Loading branch information
kengou committed May 23, 2024
1 parent 4c98e47 commit 9d1e5eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/helm-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up chart-testing
uses: helm/[email protected]

- name: Run chart-testing (list-changed)
id: list-changed
run: |
Expand Down

0 comments on commit 9d1e5eb

Please sign in to comment.