test: code CI probe (throwaway — verifies api/harness run on code PRs)
CI / changes (pull_request) Successful in 2s
CI / fast-checks (pull_request) Successful in 1m24s
CI / api (pull_request) Successful in 59s
CI / harness (pull_request) Successful in 3m56s
CI / gate (pull_request) Successful in 1s

This commit is contained in:
Lucas Berger
2026-06-12 11:29:49 -04:00
parent 2b4eb5d6ba
commit 0553c07499
+2
View File
@@ -144,3 +144,5 @@ if (isMainModule()) {
console.log(`FamilySync API running on http://localhost:${info.port}`); console.log(`FamilySync API running on http://localhost:${info.port}`);
}); });
} }
// CI code-path probe (throwaway — verifies api/harness run on code PRs; remove with branch)