修复Gitea仓库门禁依赖安装
- Repository checks 在运行 AGC AppSurface 前安装子包依赖 - 补充工作流依赖准备契约测试
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user