ensure skaffold uses local cluster
This commit is contained in:
parent
fd739a066f
commit
1a6dce05f8
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -22,7 +22,8 @@ jobs:
|
|||
kubectl get nodes
|
||||
- name: Deploy From Source
|
||||
run: |
|
||||
skaffold run
|
||||
skaffold config set --global local-cluster true
|
||||
skaffold run --default-repo local
|
||||
- name: Wait For Pods
|
||||
timeout-minutes: 20
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue