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 bcf6006 commit 0e86ab5Copy full SHA for 0e86ab5
.github/workflows/main.yml
@@ -68,7 +68,7 @@ jobs:
68
-p 5003:8765 \
69
${{ env.IMAGE }}:latest
70
- name: Pytest
71
- run: docker exec fastapi-tdd python -m pip freeze
+ run: docker exec fastapi-tdd python -m pytest .
72
- name: Flake8
73
run: docker exec fastapi-tdd python -m flake8 .
74
- name: Black
0 commit comments