From 28fb01735ee2f9a0f442d7690a343b64353de88e Mon Sep 17 00:00:00 2001 From: labrec_b Date: Thu, 30 Jul 2026 14:04:47 +0200 Subject: [PATCH] feat: add agebd package tests to cicd (#46) Co-authored-by: Benjamin Labrecque Reviewed-on: https://gitea.psi.ch/sls/hla_framework_bd/pulls/46 --- .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..96f432c 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 scripts pytest + uv run --directory packages/agebd pytest # ----------------------------------------------------------------- # Directory Deployments