We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c39925 commit 7c0cc41Copy full SHA for 7c0cc41
.github/workflows/test.yml
@@ -21,6 +21,5 @@ jobs:
21
pip install -r requirements.txt
22
23
- name: Run Python tests
24
- working-directory: ./backend/file_utils
25
run: |
26
- python -m pytest
+ python -m pytest backend/file_utils/tests/ -v
0 commit comments