We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308ee0e commit b2b4b88Copy full SHA for b2b4b88
1 file changed
.github/workflows/python_tests.yml
@@ -14,4 +14,4 @@ jobs:
14
run: docker build -f Dockerfile_ci -t ai-summary .
15
16
- name: Testing ...
17
- run: docker run ai-summary "cd app && pytest"
+ run: docker run ai-summary "pytest"
0 commit comments