Skip to content

Commit 7c0cc41

Browse files
committed
fix: resolve module imports in tests
1 parent 7c39925 commit 7c0cc41

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
@@ -21,6 +21,5 @@ jobs:
2121
pip install -r requirements.txt
2222
2323
- name: Run Python tests
24-
working-directory: ./backend/file_utils
2524
run: |
26-
python -m pytest
25+
python -m pytest backend/file_utils/tests/ -v

0 commit comments

Comments
 (0)