fix: REPO_DIR resolve to pulse root, not repos root
CI / test (push) Has been cancelled

Tester was failing with ENOENT because cwd pointed to
/home/azureuser/repos/packages/pulse (nonexistent) instead of
/home/azureuser/repos/pulse/packages/pulse.
This commit is contained in:
2026-04-17 13:29:43 +00:00
parent 6e8b2b7ba6
commit 620c5a8323
+1 -1
View File
@@ -27,7 +27,7 @@ import { createWorkflowRule } from '../workflows/workflow-rule-adapter.js';
// ── Config ─────────────────────────────────────────────────────
const REPO_DIR = join(import.meta.dir, '../../../../..');
const REPO_DIR = join(import.meta.dir, '../../../..');
const DATA_DIR = join(homedir(), '.upulse/scopes');
const TICK_INTERVAL_MS = 30_000; // 30 seconds