ci: more testing
This commit is contained in:
parent
9b05957ec9
commit
99b0db735c
1 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,11 @@ jobs:
|
|||
|
||||
- uses: ./.forgejo/actions/setup
|
||||
|
||||
- name: install helm
|
||||
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
|
||||
with:
|
||||
version: ${{ env.HELM_VERSION }}
|
||||
|
||||
- name: Install chart-testing
|
||||
# TODO: pin to version when this is released: https://github.com/helm/chart-testing-action/pull/137
|
||||
uses: helm/chart-testing-action@86b540ddcecb3cc009fa2bc0f44fa5b33e9751a2 # main
|
||||
|
|
Loading…
Reference in a new issue