Skip to content

Commit 868b962

Browse files
committed
Update ci.yml
1 parent ce1fc7d commit 868b962

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ jobs:
3636
install_helm_plugins_without_helm:
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@v2
40-
- name: Setup helmfile
41-
uses: ./
42-
with:
43-
install-kubectl: no
44-
install-helm: no
45-
- name: Test
39+
- uses: actions/checkout@v2
40+
- name: Setup helmfile
41+
uses: ./
42+
with:
43+
install-kubectl: no
44+
install-helm: no
45+
- name: Test
46+
run: |
4647
ls -l ~/bin
4748
helmfile --version
4849
kubectl version --client

0 commit comments

Comments
 (0)