equinix / equinix-sdk-go

Golang client for Equinix APIs
https://deploy.equinix.com/labs/equinix-sdk-go
MIT License
2 stars 4 forks source link

Replace individual service codegen tests with a test that generates the whole SDK #43

Closed ctreatma closed 1 month ago

ctreatma commented 4 months ago

Currently when a service is onboarded to this SDK, we create a service-specific workflow that regenerates the code for that service in order to validate changes in Pull Requests. However, since this is a single SDK we need to ensure that there are no unexpected interactions with other services.

Remove the service-specific codegen workflows and replace them with a single workflow that runs make generate-all to regenerate the code for all onboarded services.

github-actions[bot] commented 3 weeks ago

This issue has been resolved in version 0.40.0 :tada: