Answers for "github actions install postgres"

0

github actions install postgres

Latest GitHub Actions Virtual Environments, which have PostgreSQL installed by default.

  runs-on: ubuntu-latest
  steps:
  - name: Start PostgreSQL on Ubuntu
    run: |
      sudo systemctl start postgresql.service
      pg_isready
Posted by: Guest on March-18-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language