mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Update cloud-runner-ci-pipeline.yml
This commit is contained in:
parent
7d49733417
commit
9e36958fe6
@ -75,6 +75,9 @@ jobs:
|
|||||||
- name: 'Set up Cloud SDK'
|
- name: 'Set up Cloud SDK'
|
||||||
if: matrix.providerStrategy == 'k8s'
|
if: matrix.providerStrategy == 'k8s'
|
||||||
uses: 'google-github-actions/setup-gcloud@v1.1.0'
|
uses: 'google-github-actions/setup-gcloud@v1.1.0'
|
||||||
|
- name: start minikube
|
||||||
|
id: minikube
|
||||||
|
uses: medyagh/setup-minikube@latest
|
||||||
- name: Get GKE cluster credentials
|
- name: Get GKE cluster credentials
|
||||||
if: matrix.providerStrategy == 'k8s'
|
if: matrix.providerStrategy == 'k8s'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user