CI: Use docker driver for mk on Ubuntu
This commit is contained in:
parent
7affe70fac
commit
27727c664b
2 changed files with 10 additions and 3 deletions
4
.github/workflows/setup-cluster.yml
vendored
4
.github/workflows/setup-cluster.yml
vendored
|
@ -26,7 +26,9 @@ jobs:
|
|||
uses: medyagh/setup-minikube@latest
|
||||
- name: kubectl
|
||||
run: kubectl get pods -A -o wide
|
||||
- name: Setup cluster
|
||||
- shell: bash
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
run: |
|
||||
./run.sh
|
||||
- name: kubectl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue