Skip to content

Commit 60e7158

Browse files
chore(ci): add helm install
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
1 parent e7437f2 commit 60e7158

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/dev_validation.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ env:
2020
on:
2121
pull_request:
2222
types: [opened, synchronize, labeled, unlabeled]
23+
branches:
24+
- main
25+
- chore/ci/add-install-helm
26+
2327

2428
concurrency:
2529
group: "${{ github.workflow }}-${{ github.event.number || github.ref }}"
@@ -136,6 +140,12 @@ jobs:
136140
uses: arduino/setup-task@v2
137141
with:
138142
version: 3.37.2
143+
144+
- uses: azure/setup-helm@v4.3.0
145+
with:
146+
version: v3.17.2 # default is latest (stable)
147+
# version: v3.13.3 # default is latest (stable)
148+
id: install
139149

140150
- uses: actions/checkout@v4
141151

0 commit comments

Comments
 (0)