To install and start a minikube cluster, add the following step to your GitHub Actions workflow. steps: - name: start minikube id: minikube uses: medyagh/setup-minikube@latest for more information see GitHub Actions marketplace setup-minikube. Example: build image & deploy to minikube on each PR Requirements: a valid Dockerfile a valid deployment.yaml file with imagePullPolicy: Never see below for an example Create workflow: copy this yaml to your workflow file for example in .github/workflow...