Our CI server doesn’t have the PACT CLI installed ...
# pact-go
a
Our CI server doesn’t have the PACT CLI installed and the teams using the pact-go are seeing an error when running the contract tests in the CI server. Is there a way for teams to have the cli in their repo and mention it in the Go package manager, so that the Go Pact SDK can use that cli for the contract tests ? I see a similar capability exists on the node and pact node version (9) allows us to test using it
m
Not at the moment, it currently requires it to be in the path - can you CI not install that during build?
I'd accept a PR that allows for the path to be configured