Files
rose-ash/lib/flow/scoreboard.json
giles 4674620d7e
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 30s
flow: retry combinator — re-run node on raised exceptions + 6 tests
(retry n node) re-runs up to n attempts on a raised exception; the last attempt's
exception propagates. Explicit (fail ...) values are NOT retried — they pass through.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-06 16:39:21 +00:00

11 lines
216 B
JSON

{
"total": 42,
"passed": 42,
"failed": 0,
"suites": {
"basic": { "passed": 18, "total": 18 },
"control": { "passed": 24, "total": 24 }
},
"phases": { "phase1": "done", "phase2": "in-progress" }
}