ci: enforce schema model evidence generation
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Failing after 16s
Validators (Pushes and Pull Requests) / validate-core (push) Failing after 55s

This commit is contained in:
2026-07-12 12:13:02 +09:00
parent d833d386d0
commit 34991eca2d
3 changed files with 38 additions and 0 deletions
+3
View File
@@ -101,6 +101,9 @@ jobs:
- name: Validate Platform Transition WBS
run: python3 tools/validate_platform_transition_wbs_v1.py
- name: Validate Schema Model Generation
run: python3 tools/generate_schema_model_generation_evidence_v1.py && python3 tools/validate_schema_model_generation_v1.py
- name: Validate Quant Engine WBS
run: python3 tools/validate_quant_engine_wbs_v1.py