Skip to content

Commit 0e86ab5

Browse files
committed
updates
1 parent bcf6006 commit 0e86ab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
-p 5003:8765 \
6969
${{ env.IMAGE }}:latest
7070
- name: Pytest
71-
run: docker exec fastapi-tdd python -m pip freeze
71+
run: docker exec fastapi-tdd python -m pytest .
7272
- name: Flake8
7373
run: docker exec fastapi-tdd python -m flake8 .
7474
- name: Black

0 commit comments

Comments
 (0)