Hello, Does anyone know how I can set the branch n...
# pactflow
n
Hello, Does anyone know how I can set the branch name of a consumer driven contract testing provider? On the consumer I just set the branch name in the github workflows when it publishes the pact but on the provider i am not sure where I can pass in the branch name.
y
In your providers verification task - which language are you using for verifying?
n
Im using javascript, specifically the nest js and pact package
n
Thank you Yousaf!