mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-05-26 00:57:51 +02:00
@@ -38,7 +38,7 @@ jobs:
|
||||
with:
|
||||
python-version-file: "pyproject.toml"
|
||||
- name: Install dependencies
|
||||
run: uv sync --group test
|
||||
run: uv sync --directory backend --group test
|
||||
- run: uv run --directory backend python -c "from services.fetchers.retry import with_retry; from services.env_check import validate_env; print('Module imports OK')"
|
||||
- name: Run tests
|
||||
run: uv run --directory backend pytest tests -v --tb=short
|
||||
|
||||
Reference in New Issue
Block a user