Skip to content

Commit

Permalink
Fix gke e2e tests
Browse files Browse the repository at this point in the history
e2e are failing because of a warning returned by the gke github action. Install gke-gcloud-auth-plugin to fix this
  • Loading branch information
raulcabello committed Dec 21, 2022
1 parent b17f9bf commit bb2efbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
uses: 'google-github-actions/auth@v1'
with:
credentials_json: '${{ secrets.CI_GOOGLE_CREDENTIALS }}'
install_components: 'gke-gcloud-auth-plugin'
-
name: Setup gcloud
uses: google-github-actions/setup-gcloud@v1
Expand Down

0 comments on commit bb2efbc

Please sign in to comment.