修复Gitea仓库门禁依赖安装
Project CI / Repository checks (push) Successful in 2m21s
Project CI / Frontend tests (push) Successful in 3m6s
Project CI / Backend tests (push) Successful in 3m30s
Project CI / Native shell tests (push) Failing after 3h0m0s

- Repository checks 在运行 AGC AppSurface 前安装子包依赖

- 补充工作流依赖准备契约测试
This commit is contained in:
kdletters
2026-08-18 22:35:36 +08:00
parent b8dc3fe1b1
commit 0fc69c620a
3 changed files with 9 additions and 1 deletions
+5 -1
View File
@@ -111,7 +111,11 @@ describe('project CI workflow', () => {
expect(install).not.toContain('--prefix');
}
for (const jobName of ['frontend-tests', 'native-shell-tests'] as const) {
for (const jobName of [
'repository-checks',
'frontend-tests',
'native-shell-tests',
] as const) {
const install = stepSection(
jobName,
'Install AI game creator dependencies',