You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the provider binary from the build_provider workflow when running tests rather than building a throw-away binary in pre-requisites.
It might be helpful to call go generate as part of the provider build to avoid requiring a dependency on the prerequisites job. We only need the version calculated before we can build the provider binary as the schema is already committed. We can verify that the committed schema is up to date in a standalone job.
The text was updated successfully, but these errors were encountered:
Use the provider binary from the
build_provider
workflow when running tests rather than building a throw-away binary in pre-requisites.It might be helpful to call
go generate
as part of the provider build to avoid requiring a dependency on theprerequisites
job. We only need the version calculated before we can build the provider binary as the schema is already committed. We can verify that the committed schema is up to date in a standalone job.The text was updated successfully, but these errors were encountered: