diff --git a/.gitea/workflows/add-new-service.yml b/.gitea/workflows/add-new-service.yml index 5c14811..1471f16 100644 --- a/.gitea/workflows/add-new-service.yml +++ b/.gitea/workflows/add-new-service.yml @@ -28,7 +28,7 @@ jobs: - name: Run tests run: | - cd scripts && uv run pytest + cd cli && uv run pytest - name: Parse Service Directory Name id: parse_branch