Skip to content

Commit ccda5d1

Browse files
committed
test
fix
1 parent ace0b74 commit ccda5d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-docker.yml

+4
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
curl -f http://localhost:8000/v1/rails/configs
7979
# Add more tests here if needed
8080
81+
- name: Run pytest tests
82+
run: |
83+
poetry run pytest
84+
8185
# Stop and remove the container
8286
- name: Stop and remove container
8387
run: |

0 commit comments

Comments
 (0)