niclin/rails-github-actions-example

Actions are failing

Closed this issue · 1 comments

Thanks for providing this sample.

I see that since this commit all the actions are failing because of

##[error]Failed to initialize, postgres service is unhealthy.

Github Actions changed something and now it's necessary to provide password to Postgres like in samples https://help.github.com/en/actions/configuring-and-managing-workflows/creating-postgresql-service-containers

This should resolve failing builds.

@wzieba Thanks to your report 😄

it's already resolved failing builds.

PullRequest => #8