Hi all, When the CICD Pipelines run the Consumer T...
# pactflow
p
Hi all, When the CICD Pipelines run the Consumer Test Cases and when there is NO CHANGE in the generated pact file and when we try to publish the pact to broker, will the unchanged pact get published or not ?
m
TL;DR - always publish from pipelines. This makes the pipelines simpler to reason about, the steps are always the same
👍 1
If the content is not different, it will be considered “pre-verified” (that is, verification results for the same contents can be re-used in
can-i-deploy
and similar calculations)
😮 1
p
Thank you so much for the info! The pact doc was really informative 🙂
🙌 1