Skip to content

Commit

Permalink
chore: pin helm unittest plugin to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robinelfrink committed Jun 14, 2023
1 parent eabe71a commit 0b2b28b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
version: v3.9.2
- name: Run unit tests
run: |
helm plugin install https://github.com/quintush/helm-unittest
helm plugin install https://github.com/helm-unittest/helm-unittest --version v0.3.3
for chart in charts/*; do
helm unittest --helm3 ${chart}
helm unittest ${chart}
done

0 comments on commit 0b2b28b

Please sign in to comment.