Jacob Buckley
04/13/2023, 8:56 PMConsumer Version
and a branch
associated with it. I can see the unverified pact in the UI.
My provider uses the following selector and is on a branch with an identical name as the consumer.
[]types.ConsumerVersionSelector{
{
MatchingBranch: true,
},
{
MainBranch: true,
},
{
Deployed: true,
},
}
Jacob Buckley
04/13/2023, 8:56 PMpact.go:421: no pacts found to verify
Jacob Buckley
04/13/2023, 10:17 PMWill Herring
04/14/2023, 3:14 PMConsumerVersionSelectors: []provider.Selector{
&provider.ConsumerVersionSelector{
Branch: "main",
Latest: true,
},
}
Jacob Buckley
04/14/2023, 3:22 PMWill Herring
04/14/2023, 3:22 PMWill Herring
04/14/2023, 3:22 PM