Skip to content

fix: handle schema always from Status.Ports, not overridden by Spec.P… #433

fix: handle schema always from Status.Ports, not overridden by Spec.P…

fix: handle schema always from Status.Ports, not overridden by Spec.P… #433

Workflow file for this run

name: Run unit tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23.1'
- name: Run tests
run: make test