Skip to content

Commit 4876cb3

Browse files
author
Mladen Rusev
committed
add one big install deps block
1 parent f458a05 commit 4876cb3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,14 @@ jobs:
8787
with:
8888
project_id: machineidentitysecurity-jsci-e
8989

90-
- name: Install gke-gcloud-auth-plugin
90+
- name: Install dependencies
9191
run: |
9292
gcloud components install gke-gcloud-auth-plugin
93-
94-
- name: Install Venafi venctl CLI
95-
run: |
9693
curl -sSfL https://dl.venafi.cloud/venctl/latest/installer.sh | bash
9794
echo "/home/runner/.venafi/bin" >> $GITHUB_PATH
98-
99-
- name: Install Smallstep CLI (step)
100-
run: |
10195
curl -LO https://github.com/smallstep/cli/releases/latest/download/step-cli_amd64.deb
10296
sudo apt-get install ./step-cli_amd64.deb
97+
helm plugin install https://github.com/databus23/helm-diff
10398
10499
- id: go-version
105100
run: |

0 commit comments

Comments
 (0)