Skip to content

fix(lmeval): auto-inject cluster CA bundle for HTTPS endpoints; allow re-run after spec change #2133

fix(lmeval): auto-inject cluster CA bundle for HTTPS endpoints; allow re-run after spec change

fix(lmeval): auto-inject cluster CA bundle for HTTPS endpoints; allow re-run after spec change #2133

name: Tier 1 - Controller tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Test
run: make test