hello :slightly_smiling_face: Question, should the...
# pact-broker
j
hello 🙂 Question, should the Provider publish the results of a verification to the Broker, where there will be a Pact verification for each individual commit as part of a PR? Tagging if with the name of the PR? I think yes?
My initial thoughts were you should only verify the new Provider code against a Pact once the code was ready to be merged. But it may also be useful for others to see (via the Broker) how a potential new version of the Provider is behaving against a Pact?
m
You definitely want to run Pact verifications on all branches
We recommend publishing the git branch along with those results
j
Thanks for confirming Matt 👍