ci: regenerate completed WBS verdicts
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 15s
Validators (Pushes and Pull Requests) / validate-core (push) Failing after 54s

This commit is contained in:
2026-07-12 12:30:44 +09:00
parent 534582972d
commit 15b9840204
+6
View File
@@ -107,6 +107,12 @@ jobs:
- name: Validate Market Time Series Schema
run: python3 tools/validate_market_time_series_schema_v1.py
- name: Generate DONE WBS Verdicts
run: |
for task in QE-M0-01 QE-M0-02 QE-M0-03 QE-M0-04 QE-M0-05 QE-M0-06; do
python3 tools/verify_wbs_task_v1.py --task "$task"
done
- name: Validate Quant Engine WBS
run: python3 tools/validate_quant_engine_wbs_v1.py