Skip to content

Consolidate Status and Condition reporting #1019

Consolidate Status and Condition reporting

Consolidate Status and Condition reporting #1019

---
name: Integration Tests
on:
push:
branches:
- main
tags:
- v*
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version: 1.24.2
- name: tests
run: |
go install github.com/onsi/ginkgo/v2/ginkgo
make integration-test