usebruno/Bruno CLI
Run Bruno CLI commands in GitHub Actions — collection runs, environment-based testing, and any bru subcommand.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The bru subcommand and flags (e.g. "run --env prod --reporter-junit results.xml"). The action prepends "bru". | yes | — |
| bru-version | Version of @usebruno/cli to install. | no | latest |
| working-directory | Shell working directory. Typically the Bruno collection root. | no | . |
Outputs
| name | description |
|---|---|
| exit-code | Exit code from the bru process. |
| passed | Number of passed requests. |
| failed | Number of failed requests. |
| total | Total requests run. |
| duration-ms | Sum of testsuite durations in milliseconds. |