improve
parent
65a4a94a09
commit
e71bd9a1c1
|
|
@ -7,12 +7,9 @@ description: >
|
|||
How to use minikube in github actions for testing your app?
|
||||
---
|
||||
|
||||
### How to run minikube in github acitons ?
|
||||
|
||||
you can add [setup-minikube](https://github.com/marketplace/actions/setup-minikube) as a step in your workflow.
|
||||
|
||||
To install and start a minikube cluster, add the following step to your [github action workflow](https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow).
|
||||
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
- name: start minikube
|
||||
|
|
@ -20,6 +17,9 @@ To install and start a minikube cluster, add the following step to your [github
|
|||
uses: medyagh/setup-minikube@master
|
||||
```
|
||||
|
||||
for more information checkout github actions marketplace :[setup-minikube](https://github.com/marketplace/actions/setup-minikube).
|
||||
|
||||
|
||||
## Full example: build image and deploy to minikube on each PR
|
||||
|
||||
Requirements:
|
||||
|
|
|
|||
Loading…
Reference in New Issue