Add one-click GIS workflow run
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-05 00:11:03 +02:00
parent a9c108a4d4
commit 533135885c
12 changed files with 140 additions and 25 deletions
@@ -12,7 +12,8 @@ def test_map_selection_qa_shortcut_uses_existing_qa_workflow_contract() -> None:
hook = hook_path.read_text(encoding="utf-8")
assert "qaApi.runQa" in hook
assert "loadQualityChecks" in hook
assert "candidate_dataset_id: latestSelectionDataset.id" in hook
assert "candidateDataset = latestSelectionDataset" in hook
assert "candidate_dataset_id: candidateDataset.id" in hook
assert "reference_dataset_id: selectedMapQaReferenceDatasetId" in hook
assert "setMapQaResult" in hook
assert "useMapSelectionQa" in app