test: add packed consumer install smoke
This commit is contained in:
@@ -20,7 +20,7 @@ const RECEIPT_STATUS_RULES = {
|
||||
};
|
||||
|
||||
const packageRoot = path.resolve(import.meta.dirname, '..', '..');
|
||||
const repoRoot = path.resolve(packageRoot, '..', '..');
|
||||
const repoRoot = packageRoot;
|
||||
const decisionSchemaPath = path.resolve(repoRoot, 'schemas', 'reporting-governance', 'decision.schema.json');
|
||||
const decisionRecordArtifactSchemaPath = path.resolve(repoRoot, 'schemas', 'reporting-governance', 'decision-record-artifact.schema.json');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user