Getting ERROR: connect ECONNREFUSED 127.0.0.1:5432 in Github Actions – Docker
I am trying to connect to Postgres using docker in github actions. Here is my github actions file: name: Carbon Link backend server CI on: push: branches: [ 'develop', 'PC-3-setup-github-actions-on-pr-request' ] pull_request: branches: [ 'develop', 'PC-3-setup-github-actions-on-pr-request' ] jobs: # label…