Skip to content

Commit ba0d0a9

Browse files
committed
Add dependencies to lint-test.yaml
Signed-off-by: JeffMboya <[email protected]>
1 parent 3cc70ec commit ba0d0a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/lint-test.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ jobs:
1919
with:
2020
version: v3.15.4
2121

22+
- name: Add Helm dependencies
23+
run: |
24+
helm repo add nats https://nats-io.github.io/k8s/helm/charts/
25+
helm repo add jaegertracing https://jaegertracing.github.io/helm-charts
26+
helm repo add bitnami https://charts.bitnami.com/bitnami
27+
helm repo add hashicorp https://helm.releases.hashicorp.com
28+
helm repo update
29+
2230
- uses: actions/setup-python@v5
2331
with:
2432
python-version: "3.x"

0 commit comments

Comments
 (0)