Horje
github actions install postgres Code Example
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: github.com




Shell

Related
Install Chrome Linux Red Hat Code Example Install Chrome Linux Red Hat Code Example
PUSH EXISTING REPO Code Example PUSH EXISTING REPO Code Example
Git add only new files,not modefied files Code Example Git add only new files,not modefied files Code Example
how to open a window using linux terminal Code Example how to open a window using linux terminal Code Example
echo exit code Code Example echo exit code Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9