Skip to content

Commit

Permalink
role binding
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-gary committed Jul 31, 2024
1 parent 15b3e30 commit fed77d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
- name: Install Helm Unittest Plugin
run: |
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 fed77d8

Please sign in to comment.