Skip to content

Commit

Permalink
fix: use older unittest version
Browse files Browse the repository at this point in the history
- New unittest version indroduced new bug helm-unittest/helm-unittest#219
  • Loading branch information
gsautner committed Oct 10, 2023
1 parent d6462b0 commit 4071188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: ${{ steps.changed.outputs.result == 'ok' }}
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm plugin install https://github.com/helm-unittest/helm-unittest
helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.3.4
for FILE in charts/*; do
helm dependency update $FILE
helm unittest $FILE
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Add repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm plugin install https://github.com/helm-unittest/helm-unittest
helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.3.4
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
Expand Down

0 comments on commit 4071188

Please sign in to comment.