Skip to content

Commit e9243ee

Browse files
committed
Fix venv path in CI
1 parent 60317e4 commit e9243ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
run: uv sync --group dev
8686

8787
- name: Run tests with coverage
88-
working-directory: src/testproj
8988
run: |
90-
uv run coverage run manage.py test testproj
89+
uv run coverage run src/testproj/manage.py test testproj.testapp
9190
uv run coverage report --fail-under=70

0 commit comments

Comments
 (0)