diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 4cb4065..dbb2923 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -55,7 +55,8 @@ jobs: - name: Run tests run: | UV_CACHE_DIR="/sls/bd/hla/.cache/uv" - cd scripts && uv run pytest + uv run --directory cli pytest + uv run --directory packages/agebd pytest # ----------------------------------------------------------------- # Directory Deployments