Skip to content

Commit 66dc30a

Browse files
lint issue fix
1 parent 614b287 commit 66dc30a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
- name: Run Backend Tests with Coverage
5555
if: env.skip_backend_tests == 'false'
5656
run: |
57-
cd src/ContentProcessorAPI/app
58-
python -m pytest -vv --cov=. --cov-report=xml --cov-report=term-missing --cov-fail-under=80 --junitxml=coverage-junit.xml
57+
cd src/ContentProcessorAPI
58+
python -m pytest -vv --cov=. --cov-report=xml --cov-report=term-missing --cov-fail-under=80
5959
6060
- name: Skip Backend Tests
6161
if: env.skip_backend_tests == 'true'

0 commit comments

Comments
 (0)