Skip to content

Commit 9d6324d

Browse files
Update sonar.yml
1 parent 1af4b59 commit 9d6324d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
working-directory: ./backend
5454
env:
5555
DATABASE_URL: "sqlite:///:memory:"
56+
PYTHONPATH: .
5657
run: |
5758
poetry run pytest api/tests --maxfail=1 --disable-warnings --cov=api --cov-report=term-missing --cov-report=xml
5859

0 commit comments

Comments
 (0)