Skip to content

Bump k8s.io/cli-runtime from 0.30.3 to 0.31.0 #685

Bump k8s.io/cli-runtime from 0.30.3 to 0.31.0

Bump k8s.io/cli-runtime from 0.30.3 to 0.31.0 #685

Workflow file for this run

name: ci-test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: make test
- name: Start minikube
uses: medyagh/setup-minikube@latest
- run: ASSUME_MINIKUBE_IS_CONFIGURED=true make test-e2e