Skip to content

Commit d3844fa

Browse files
fix(ci): align certification and publish checks
Use the assessment test preload in the public certification matrix and increase ATTW output capacity for clean CI publish readiness. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c136180 commit d3844fa

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/certification/public-coverage-matrix.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
"cwd": ".",
2222
"args": [
2323
"test",
24+
"--preload",
25+
"./packages/assessment-player/tests/setup.ts",
2426
"packages/assessment-player/tests/conformance-qti22-basic.test.ts",
2527
"packages/assessment-player/tests/conformance-qti22-advanced.test.ts",
2628
"packages/assessment-player/tests/conformance-qti30-advanced.test.ts"

scripts/check-attw.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const runAttw = (dir) => {
4343
cwd: dir,
4444
stdio: "pipe",
4545
encoding: "utf8",
46-
maxBuffer: 32 * 1024 * 1024,
46+
maxBuffer: 256 * 1024 * 1024,
4747
});
4848
} catch (error) {
4949
const stdout = error.stdout?.toString?.() ?? "";

0 commit comments

Comments
 (0)