feat: add agebd package tests to cicd

This commit is contained in:
Benjamin Labrecque
2026-07-30 14:04:18 +02:00
parent 5899cdfb12
commit 79d6db6040
+1 -1
View File
@@ -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
# -----------------------------------------------------------------