Skip to content

Bump sigs.k8s.io/kind from 0.21.0 to 0.22.0 #103

Bump sigs.k8s.io/kind from 0.21.0 to 0.22.0

Bump sigs.k8s.io/kind from 0.21.0 to 0.22.0 #103

name: test
on:
pull_request_target:
types: [labeled, synchronize]
jobs:
test:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'ok-to-test')
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Run tests
run: make testacc