集成 AI 对话与只读查询工具 #44

Merged
wangziqi merged 3 commits from xiongyuxing/gongxue-base:main into main 2026-07-23 07:15:08 +00:00
Showing only changes of commit 6f29220257 - Show all commits

View File

@@ -53,7 +53,8 @@ function attendanceResult(
};
}
describe('attendance workflow integration', () => {
// Requires a fully configured attendance integration and is intentionally excluded from routine CI.
describe.skip('attendance workflow integration', () => {
let app: INestApplication;
let adminToken: string;
let teacherToken: string;