Need to wait longer as database isn't ready for connections yet

This commit is contained in:
Nick Bland 2021-11-08 13:06:02 +10:00
parent 866c1a5993
commit 5255690003
No known key found for this signature in database
GPG Key ID: B46CF88E4DAB4A2C

View File

@ -14,7 +14,7 @@ steps:
environment: environment:
PGPASSWORD: password PGPASSWORD: password
commands: commands:
- sleep 20 - sleep 35
- "psql -U postgtres -d newsletter -h postgres" - "psql -U postgtres -d newsletter -h postgres"
- name: sqlxMigrate - name: sqlxMigrate