Skip to content

Commit e84d258

Browse files
minor changes
1 parent 55f9e0c commit e84d258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Test Evaluation Function
5050
run: |
51-
pytest -v evaluation_tests.py::TestEvaluationFunction
51+
pytest -v app/evaluation_tests.py::TestEvaluationFunction
5252
5353
- name: Test Preview Function
5454
run: |

0 commit comments

Comments
 (0)