Skip to content

Commit 186d53b

Browse files
committed
add helm plugin to tox action
1 parent 784b314 commit 186d53b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/_tox.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
description: What to run under tox
77
required: true
88

9-
109
jobs:
1110
run:
1211
runs-on: "ubuntu-latest"
@@ -18,5 +17,8 @@ jobs:
1817
- name: Install python packages
1918
uses: ./.github/actions/install_requirements
2019

20+
- name: Install helm plugins
21+
run: helm plugin install https://github.com/losisin/helm-values-schema-json.git
22+
2123
- name: Run tox
2224
run: tox -e ${{ inputs.tox }}

0 commit comments

Comments
 (0)