Skip to content

Commit

Permalink
updating helm test? (is this right?)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Oct 30, 2022
1 parent 78e03d3 commit d7cc901
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/helm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
run: |
helm dependency update charts/hypha
helm dependency build charts/hypha
- run: helm install --dry-run --debug --generate-name charts/hypha --dependency-update
- run: helm install --debug --generate-name charts/hypha
- run: helm install --dry-run hypha --debug charts/hypha --dependency-update
- run: helm install hypha --debug charts/hypha
# - run: helm install --debug --generate-name charts/hypha



Expand Down

0 comments on commit d7cc901

Please sign in to comment.