Skip to content

Commit

Permalink
Merge pull request #23 from lablabs/fix_helm_ci_tests
Browse files Browse the repository at this point in the history
Fix CI tests
  • Loading branch information
martinhaus authored Jul 1, 2021
2 parents 4de53ea + 6904066 commit e491785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
run: ct lint --target-branch master

- name: Create kind cluster
uses: helm/kind-action@v1.0.0
uses: helm/kind-action@v1.2.0
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install --target-branch master
run: ct install --target-branch master

0 comments on commit e491785

Please sign in to comment.