Fix problems in unit tests where DB access was attempted before DB was ready #13
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
--health-cmd pg_isready
|
||||
--health-interval 10s
|
||||
--health-timeout 5s
|
||||
--health-retries 30
|
||||
--health-retries 5
|
||||
ports:
|
||||
- 5432
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user