You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty sure this line can just go away... Or it may have to be set to localhost... Basically, we used to run on actual Crystal containers and Github auto mapped postgres as the host to the service. Now we just run directly on the ubuntu-latest machine, so the host is just localhost.
lucky_cli/src/web_app_skeleton/.github/workflows/ci.yml.ecr
Line 40 in 91d4149
I'm pretty sure this line can just go away... Or it may have to be set to
localhost
... Basically, we used to run on actual Crystal containers and Github auto mappedpostgres
as the host to the service. Now we just run directly on theubuntu-latest
machine, so the host is justlocalhost
.Avram can be used as an example here too if need be.
https://github.com/luckyframework/avram/blob/9b184d4b586d783b096a5d377eafd98c78e32026/.github/workflows/ci.yml#L82
The text was updated successfully, but these errors were encountered: