refactor: use git-controlled dev ci runner

This commit is contained in:
Codex
2026-05-18 08:38:17 +00:00
parent e2c8daede7
commit f86a75791b
22 changed files with 529 additions and 1402 deletions
+5 -5
View File
@@ -71,6 +71,11 @@
]
},
"dev": {
"ci": {
"repo": "https://github.com/pikasTech/unidesk",
"scriptPath": "scripts/ci/dev-e2e.sh",
"timeoutMs": 1800000
},
"services": [
{
"id": "backend-core",
@@ -86,11 +91,6 @@
"id": "code-queue",
"repo": "https://github.com/pikasTech/unidesk",
"commitId": "b265274"
},
{
"id": "devops",
"repo": "https://github.com/pikasTech/unidesk",
"commitId": "b265274"
}
]
}