Skip to content

Add controller-runtime logging adapter using commons/logger with level shifting #59

Add controller-runtime logging adapter using commons/logger with level shifting

Add controller-runtime logging adapter using commons/logger with level shifting #59

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.25.6"
cache: true
- name: Setup kind cluster
uses: helm/kind-action@v1.12.0
- name: Run e2e tests
run: make test-integration