Skip to content

Commit

Permalink
disable KIND based helm testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu-narayanan committed Aug 31, 2021
1 parent 9377f2e commit b316a62
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- name: Run chart-testing (lint)
run: ct lint --target-branch main

- name: Create kind cluster
uses: helm/[email protected]
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install --all --target-branch main --debug
# - name: Create kind cluster
# uses: helm/[email protected]
# if: steps.list-changed.outputs.changed == 'true'
#
# - name: Run chart-testing (install)
# run: ct install --target-branch main

0 comments on commit b316a62

Please sign in to comment.