test: cicd for cli

This commit is contained in:
Benjamin Labrecque
2026-07-27 10:48:58 +02:00
parent 82810af1dd
commit 77ecaef87e
+1 -1
View File
@@ -12,7 +12,7 @@ class Paths(BaseSettings):
# fmt: off
repo_root: DirectoryPath = REPO_ROOT
services_dir: DirectoryPath = Path("services")
services_dir: DirectoryPath = Path("Services")
qt_dir: DirectoryPath = Path("qt")
service_registry_file: FilePath = Path("config/services_registry.yml")