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