Skip to content

Commit fb8a0d6

Browse files
committed
ci: run build helm installer
run build helm installer to validate the latest helm changes are pushed to the repo. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
1 parent 3b7ccca commit fb8a0d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
run: make build-installer
3131
- name: run build multifile installer
3232
run: make build-multifile-installer
33+
- name: Generate operator helm charts
34+
run: make build-helm-installer
3335
- name: Check for uncommitted changes
3436
run: make check-all-committed
3537
- name: Show the uncommitted "git diff"

0 commit comments

Comments
 (0)