From 5899cdfb1212ec09589597e47bd63a6b85cbb84d Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Thu, 30 Jul 2026 14:03:00 +0200 Subject: [PATCH] feat: add agebd package tests to cicd --- .gitea/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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