Map PostgreSQL port

This commit is contained in:
Raphael Michel
2024-10-04 18:03:49 +02:00
parent c9913a0153
commit 4f2cae5880

View File

@@ -41,6 +41,8 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}