mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-30 14:02:56 +08:00
Merged via squash.
Prepared head SHA: 27241bd089
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
17 lines
373 B
JSON
17 lines
373 B
JSON
{
|
|
"id": "qa-matrix",
|
|
"name": "QA Matrix",
|
|
"description": "Matrix QA transport runner and substrate",
|
|
"qaRunners": [
|
|
{
|
|
"commandName": "matrix",
|
|
"description": "Run the Docker-backed Matrix live QA lane against a disposable homeserver"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|