try exposing the postgres port to the host w/ burnettk

This commit is contained in:
jasquat 2022-05-06 14:20:05 -04:00
parent d2c48c4fc0
commit 80a5eab87c

View File

@ -25,6 +25,8 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
steps:
- uses: actions/setup-python@v3
with: