helm / chart-testing-action

A GitHub Action to lint and test Helm charts
https://github.com/helm/chart-testing
Apache License 2.0
245 stars 71 forks source link

needs to add ct to path regardless if it was installed or not #62

Closed davidkarlsen closed 3 years ago

davidkarlsen commented 3 years ago

When running self-hosted runners ct might be cached between runs, which means we need to add ct to path regardless if it was just installed or not.