We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f9e0c commit e84d258Copy full SHA for e84d258
.github/workflows/test-and-deploy.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Test Evaluation Function
50
run: |
51
- pytest -v evaluation_tests.py::TestEvaluationFunction
+ pytest -v app/evaluation_tests.py::TestEvaluationFunction
52
53
- name: Test Preview Function
54
0 commit comments