Skip to content

Commit 5d185bf

Browse files
author
Mladen Rusev
committed
install in separate step
1 parent d2502a7 commit 5d185bf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,15 @@ jobs:
8282
credentials_json: '${{ secrets.GCP_SA_KEY }}'
8383

8484
- name: Set up gcloud
85+
id: setup-gcloud
8586
uses: google-github-actions/setup-gcloud@v2
8687
with:
8788
project_id: machineidentitysecurity-jsci-e
88-
components: gke-gcloud-auth-plugin
89+
90+
- name: Install gke-gcloud-auth-plugin
91+
run: |
92+
gcloud components install gke-gcloud-auth-plugin
93+
echo "$(dirname ${{ steps.setup-gcloud.outputs.gcloud_path }})" >> $GITHUB_PATH
8994
9095
- id: go-version
9196
run: |

0 commit comments

Comments
 (0)