Skip to content

Commit acec326

Browse files
authored
Fix CI: run backend pytest from repo root to resolve backend module path
1 parent a9aa56e commit acec326

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
pip install pytest pytest-cov httpx
1919
- name: Run backend tests
2020
run: |
21-
cd backend
22-
pytest --cov=backend
21+
pytest backend/tests/ --cov=backend
2322
2423
frontend:
2524
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)