Skip to content

Commit

Permalink
helm unittest version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-gary committed Aug 1, 2024
1 parent ade6e25 commit cd2b73d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
./get_helm.sh
- name: Install Helm Unittest Plugin
run: |
helm plugin install https://github.com/quintush/helm-unittest
./extensions/extensions-helm/install_latest_helm_unittest_plugin.sh
# helm plugin install https://github.com/quintush/helm-unittest
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit cd2b73d

Please sign in to comment.