Skip to content

Commit 258d92c

Browse files
committed
ci: temporary debug step to surface failing gates
1 parent d165ab9 commit 258d92c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ jobs:
4343
# One command, every gate: the deterministic harness + stats drift + count drift + the mutation
4444
# meta-harness + the public-harness contract (green WITHOUT the internal held-out keys — the Phase-7
4545
# unblock). validate_all prints a per-gate PASS/FAIL line, so CI keeps full visibility in one step.
46+
- name: DEBUG — surface failing gates (temporary)
47+
env:
48+
PYTHONUTF8: '1'
49+
run: |
50+
echo "=== harness [FAIL] lines ==="
51+
python tests-fixtures-v1/_chat_validation.py 2>&1 | grep -E '\[FAIL\]|RESULT:' || true
52+
echo "=== build_stats --check (drift detail) ==="
53+
python tools/build_stats.py --check 2>&1 | tail -25 || true
54+
4655
- name: Run ALL validation gates (tools/validate_all.py)
4756
env:
4857
PYTHONUTF8: '1'

0 commit comments

Comments
 (0)