Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by github.com #
 
PREVIOUS NEXT
Tagged: #github #actions #install #postgres
ADD COMMENT
Topic
Name
2+5 =