clean
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user