Skip to content

Commit 4654a86

Browse files
lint issue fix
1 parent d1cace1 commit 4654a86

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
@@ -54,7 +54,7 @@ jobs:
5454
- name: Run Backend Tests with Coverage
5555
if: env.skip_backend_tests == 'false'
5656
run: |
57-
pytest src/ContentProcessorAPI/app/tests
57+
pytest src/ContentProcessorAPI/app
5858
pytest --cov=. --cov-report=term-missing --cov-report=xml
5959
6060
- name: Skip Backend Tests

0 commit comments

Comments
 (0)