提交 e71bd9a1 编写于 作者: M Medya Gh

improve

上级 65a4a94a
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册