Hello. I have a question regarding running provide...
# general
l
Hello. I have a question regarding running provider verification of recently published pacts for different deployments. How can you run provider verification of PACT changes against versions of the provider that have been deployed to other environments? At the moment, we are just running provider verification via a webhook against what's on the latest version of the main branch.
m
Your standard provider verification consumer version selectors would do that
sorry, I misread the question
When the webhook fires, it tells you what version to verify (docs) Use that information to check out the correct version
the webhook will fire multiple times - once for each of the versions that need to do the verifying
l
Ausome thankyou !
👍 1