Skip to content

Commit 6641252

Browse files
Update test.yml - fix ModuleNotFoundError: No module named 'tests.conftest'
1 parent f5dd726 commit 6641252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Run Backend Tests with Coverage
9393
if: env.skip_backend_tests == 'false'
9494
run: |
95-
pytest --cov=. --cov-report=term-missing --cov-report=xml
95+
pytest --cov=. --cov-report=term-missing --cov-report=xml ./src/tests/api
9696
9797
- name: Skip Backend Tests
9898
if: env.skip_backend_tests == 'true'

0 commit comments

Comments
 (0)