Skip to content

Commit 308ee0e

Browse files
committed
FIX PYTEST!!!!
1 parent 400765c commit 308ee0e

16 files changed

Lines changed: 4 additions & 2 deletions

.github/workflows/python_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
run: docker build -f Dockerfile_ci -t ai-summary .
1515

1616
- name: Testing ...
17-
run: docker run ai-summary "pytest"
17+
run: docker run ai-summary "cd app && pytest"

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
.env
1+
.env
2+
__pycache__/
3+
pytest_cache/
-200 Bytes
Binary file not shown.
-2.41 KB
Binary file not shown.
-218 Bytes
Binary file not shown.
-1.26 KB
Binary file not shown.
-343 Bytes
Binary file not shown.
-285 Bytes
Binary file not shown.
-2.87 KB
Binary file not shown.
-2.82 KB
Binary file not shown.

0 commit comments

Comments
 (0)