Skip to content

Commit

Permalink
CI: Updatr action
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed Jan 10, 2024
1 parent 5e212d9 commit d360e6d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/setup-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ on:

jobs:
setup-cluster:
name: minikube
runs-on: ubuntu-latest
steps:
- name: start minikube
id: minikube
uses: medyagh/setup-minikube@latest
- name: kubectl
run: kubectl get pods -A
- name: Start minikube
id: minikube
uses: medyagh/setup-minikube@latest
- name: kubectl
run: kubectl get pods -A
- name: Setup cluster
run: |
ls && \
./run.sh

0 comments on commit d360e6d

Please sign in to comment.