Skip to content

Commit

Permalink
Bump versions of helm and unittest for unittest framework
Browse files Browse the repository at this point in the history
  • Loading branch information
liam-mackie committed Jul 29, 2024
1 parent 19bc737 commit f4783a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/octopus-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.13.2
version: v3.14.3
- name: Run Helm unit tests
run: |
helm plugin install https://github.com/quintush/helm-unittest
helm unittest charts/octopus-deploy
helm plugin install https://github.com/helm-unittest/helm-unittest
helm unittest charts/octopus-deploy

0 comments on commit f4783a1

Please sign in to comment.