Hello team! I already managed to use the pact-cli ...
# protobufs
a
Hello team! I already managed to use the pact-cli plugin for protobuff locally, but now I’m trying to integrate it with my pipeline in github. Does anyone have some examples of how can I install and use the plugin with github action? Thanks a lot 🙂
m
The latest versions of the tooling should automatically download at test time if not present already
a
For me the tooling is not downloaded automatically… So, I need to have one step in my pipeline only to download, install the pact-plugin and after install one specific plugin for protobuf.
👍 1
m
What client/language/version are you on? I think the latest should
a
java 17
m
Which Pact JVM version?
a
Copy code
"pact-jvm": {
  "version": "4.4.2"
}
m
Ah, looks like the auto-install was added to the driver in 0.4.0 (https://github.com/pact-foundation/pact-plugins/releases/tag/pact-jvm-driver-v0.4.0) but that doesn’t seem to be in the latest JVM package I think
1