Skip to content

Merge pull request #24 from minikube-ci/dependabot/github_actions/act… #90

Merge pull request #24 from minikube-ci/dependabot/github_actions/act…

Merge pull request #24 from minikube-ci/dependabot/github_actions/act… #90

Workflow file for this run

name: Minikube
on:
- push
- pull_request
jobs:
job1:
runs-on: ubuntu-latest
name: build discover and deploy
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Start minikube
uses: medyagh/setup-minikube@latest
# now you can run kubectl to see the pods in the cluster
- name: Try the cluster!
run: kubectl get pods -A