diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 96f432c..42b933e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -55,8 +55,9 @@ jobs: - name: Run tests run: | UV_CACHE_DIR="/sls/bd/hla/.cache/uv" - uv run --directory scripts pytest + uv run --directory cli pytest uv run --directory packages/agebd pytest + uv run --directory scripts pytest # ----------------------------------------------------------------- # Directory Deployments