From 79d6db60409e2d9c17cd106b677e2652783a41f6 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Thu, 30 Jul 2026 14:04:18 +0200 Subject: [PATCH] feat: add agebd package tests to cicd --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index dbb2923..96f432c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -55,7 +55,7 @@ jobs: - name: Run tests run: | UV_CACHE_DIR="/sls/bd/hla/.cache/uv" - uv run --directory cli pytest + uv run --directory scripts pytest uv run --directory packages/agebd pytest # -----------------------------------------------------------------