rajnavakotiikea / publish-pacts

Composite action to publish pact files to pact broker
MIT License
0 stars 0 forks source link

PactBroker::Client::Error - No pact files found error #1

Open pooja4099 opened 2 years ago

pooja4099 commented 2 years ago

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, image now when i run the pipeline, image In pipeline -

But then I get the error screencapture-github-pooja4099-PactNetExample-runs-6867950095-2022-06-13-20_27_17

dnshio commented 1 year ago

+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

juank1809 commented 1 year ago

I'm too getting the same error :(