Skip to content

Commit eceb9cf

Browse files
authored
Renaming CI (#8)
1 parent 54ef62f commit eceb9cf

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Charts
1+
name: Helm Chart Release
22

33
on:
44
release:
@@ -27,6 +27,16 @@ jobs:
2727
with:
2828
version: v3.8.1
2929

30+
- name: Set up chart-testing
31+
uses: helm/[email protected]
32+
33+
- name: Create kind cluster
34+
uses: helm/[email protected]
35+
if: steps.list-changed.outputs.changed == 'true'
36+
37+
- name: Run chart-testing (install)
38+
run: ct install --target-branch ${{ github.event.repository.default_branch }}
39+
3040
- name: Run chart-releaser
3141
uses: helm/[email protected]
3242
env:

0 commit comments

Comments
 (0)