mirror of
https://github.com/outbackdingo/helm-charts-new.git
synced 2026-01-27 10:19:10 +00:00
.github/workflows/charts-lint-test.yaml: do not test installation right now
This commit is contained in:
10
.github/workflows/charts-lint-test.yaml
vendored
10
.github/workflows/charts-lint-test.yaml
vendored
@@ -35,9 +35,9 @@ jobs:
|
||||
- name: Run chart-testing (lint)
|
||||
run: ct lint --target-branch main
|
||||
|
||||
- name: Create kind cluster
|
||||
uses: helm/kind-action@v1.4.0
|
||||
if: steps.list-changed.outputs.changed == 'true'
|
||||
# - name: Create kind cluster
|
||||
# uses: helm/kind-action@v1.4.0
|
||||
# if: steps.list-changed.outputs.changed == 'true'
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
run: ct install --target-branch main
|
||||
# - name: Run chart-testing (install)
|
||||
# run: ct install --target-branch main
|
||||
|
||||
Reference in New Issue
Block a user