Expand description
Run a Radicle CI adapter.
Given an executable that conforms to the CI adapter API, execute it by feeding it the “trigger” message via its stdin and reading response messages from its stdout. Return the result of the run, or an error if something went badly wrong. The CI run failing due to something in the repository under test is expected, and not considered as something going badly wrong.
Structs§
- An external executable that runs CI on request.