From cae92e5f3c022bf472f27935c3e7ec6e725f56fe Mon Sep 17 00:00:00 2001 From: labrec_b Date: Thu, 30 Jul 2026 14:22:00 +0200 Subject: [PATCH] add cli tests to cicd (#47) Co-authored-by: Benjamin Labrecque Reviewed-on: https://gitea.psi.ch/sls/hla_framework_bd/pulls/47 --- .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 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