Kuadrant / authorino-operator

Kubernetes Operator to manage Authorino instances
Apache License 2.0
9 stars 20 forks source link

[GHA] Test Scripts workflow for macos is broken #141

Closed guicassolato closed 1 year ago

guicassolato commented 1 year ago

make operator-sdk fails when executed by the GitHub action Test Scripts for macos-latest platform.

E.g. https://github.com/Kuadrant/authorino-operator/actions/runs/6313837883/job/17142801232?pr=140

Boomatang commented 1 year ago

I have seen this happen with more that just the macos-latest, it also happens on the ubuntu-latest. But it is a flaky, I found when the checks are reran they pass the second time. It does seem to be the same error each time.

guicassolato commented 1 year ago

Fixed at https://github.com/Kuadrant/authorino-operator/pull/147