feat: add WP5-06 and WP5-07 lineage evidence
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 1m49s
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 1m49s
This commit is contained in:
@@ -35,8 +35,8 @@ function run(command, args) {
|
||||
|
||||
const checks = tasks.map(([task, ref]) => ({ task, ref, sha: sha(ref), ancestor: isAncestor(ref) }));
|
||||
const regression = {
|
||||
'TASK-WP5-06': run('pnpm', ['exec', 'vitest', 'run', 'tests/integration/wp5-06-sticker-cleanup.test.ts']),
|
||||
'TASK-WP5-07': run('pnpm', ['exec', 'vitest', 'run', 'tests/api/wp5-07-preview-grants.test.ts']),
|
||||
'TASK-WP5-06': run('node', ['scripts/run-wp5-06-validation.mjs']),
|
||||
'TASK-WP5-07': run('node', ['scripts/run-wp5-07-validation.mjs']),
|
||||
};
|
||||
const status = checks.every((check) => check.ancestor)
|
||||
&& Object.values(regression).every((check) => check.status === 'passed')
|
||||
|
||||
Reference in New Issue
Block a user