Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit a4168f3

Browse files
authored
Update lint-test.yml
1 parent 3d2012c commit a4168f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/lint-test.yml

+7
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,10 @@ jobs:
3434
3535
- name: Run chart-testing (lint)
3636
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
37+
38+
- name: Create kind cluster
39+
uses: helm/[email protected]
40+
if: steps.list-changed.outputs.changed == 'true'
41+
42+
- name: Run chart-testing (install)
43+
run: ct install

0 commit comments

Comments
 (0)