Hi all, I’m having an issue and need some perspect...
# general
n
Hi all, I’m having an issue and need some perspective/guidance. We are introducing a new provider service, and we have built the pipeline in to run the provider verification. We run our verification against
{"deployedOrReleased": true}
as we deploy to staging upon merge to main (assuming tests pass). Since we don’t have the provider in place yet, there’s no consumer test deployed against it. Unfortunately, running a
can-i-deploy
check fails with
Copy code
Computer says no ¯_(ツ)_/¯

No pacts or verifications have been published for version XXX of XXX
To me, this shouldn’t be a failure. Am I missing something?
I should note that pacts have been published on non-main branches as a part of PR testing