is it possible to configure a service provider wit...
# pact-ruby
a
is it possible to configure a service provider with both a
honours_pact_with
block that references local files and
honours_pacts_from_pact_broker
for CI/CD ? or is it preferred to abstract the local verification with a custom task like -> https://docs.pact.io/implementation_guides/ruby/verifying_pacts#using-a-custom-pactverify-task ?
currently if I try this CI fails looking for those local files, but just wanted to ask in case I’m missing something 🙂
b
Use a custom task for local verification.
👍 1