This commit is contained in:
Benjamin Labrecque
2026-07-31 10:45:16 +02:00
parent 752cacdae7
commit 04b9864ac6
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Run cli tests
run: |
echo $UV_CACHE_DIR
uv run --directory cli pytest -v
uv run --directory cli pytest
- name: Parse Service Directory Name
id: parse_branch
+3 -3
View File
@@ -51,9 +51,9 @@ jobs:
- name: Run core tests
run: |
echo $UV_CACHE_DIR
uv run --directory cli pytest -v
uv run --directory packages/agebd pytest -v
uv run --directory scripts pytest -v
uv run --directory cli pytest
uv run --directory packages/agebd pytest
uv run --directory scripts pytest
# -----------------------------------------------------------------
# Directory Deployments