Skip to content

Commit 180c66c

Browse files
committed
step to build dependency for pipelines
Signed-off-by: kunal-511 <[email protected]>
1 parent e9b3232 commit 180c66c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/helm-kustomize-comparison.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
rm get_helm.sh
3939
- name: Install Kustomize
4040
run: ./tests/kustomize_install.sh
41+
- name: Build Helm dependencies for pipelines
42+
run: |
43+
cd experimental/helm/charts/pipelines
44+
helm dependency build
4145
- name: Run all scenarios comparison
4246
env:
4347
VERBOSE: "true"

0 commit comments

Comments
 (0)