Skip to content

Commit ba5a529

Browse files
author
Harmanpreet Kaur
committed
edit workflow
1 parent 85cfeea commit ba5a529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Run Backend Tests with Coverage
9797
if: env.skip_backend_tests == 'false'
9898
run: |
99-
cd src/backend
99+
cd src
100100
pytest --cov=. --cov-report=term-missing --cov-report=xml
101101
102102

0 commit comments

Comments
 (0)