Hello, I keep getting this error below, not sure if its an issue with my settings, but here are the details:
c# pact net project,
in pact consumer test, below is the location
var config = new PactConfig
{
PactDir = @"../../../pacts/",
};
this creates,
now when i run the pipeline,
In pipeline -
+1 I have the same problem on self-hosted action runners (linux on amd-64). I don't think pact files are getting mounted into the pact docker container properly
Hello, I keep getting this error below, not sure if its an issue with my settings, but here are the details:
c# pact net project, in pact consumer test, below is the location var config = new PactConfig { PactDir = @"../../../pacts/", }; this creates, now when i run the pipeline, In pipeline -
But then I get the error