Update cloud-runner-ci-pipeline.yml

This commit is contained in:
Frostebite 2023-05-10 03:59:20 +01:00 committed by GitHub
parent 7d49733417
commit 9e36958fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,9 @@ jobs:
- name: 'Set up Cloud SDK'
if: matrix.providerStrategy == 'k8s'
uses: 'google-github-actions/setup-gcloud@v1.1.0'
- name: start minikube
id: minikube
uses: medyagh/setup-minikube@latest
- name: Get GKE cluster credentials
if: matrix.providerStrategy == 'k8s'
run: |