How do people generally upload their pact files in...
# general
j
How do people generally upload their pact files in CI? Just download the CLI and runt the command, or is there a nicely packaged github action that could be used?
m
I would say most run the Dockerised version of the CLI
There are some actions here: https://github.com/pactflow/actions
j
Oh nice. I will take a look through that. Thank you!
👍 1