Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

PREVIOUS NEXT
Code Example
Shell :: Remove a file from a Git repository without deleting it from the local 
Shell :: how to install deepin desktop environment on ubuntu 20.10 
Shell :: Generate a new GitHub SSH key 
Shell :: git a clean history 
Shell :: cmd dir all files subfolders 
Shell :: create swapfile ubuntu 
Shell :: pg_dump export single table 
Shell :: awk field separator 
Shell :: remove dock from ubuntu 
Shell :: ubuntu set vi as default editor 
Shell :: apt install codium 
Shell :: what is my ip address ? 
Shell :: git pull a specific sha 
Shell :: sed line 
Shell :: rm remote git 
Shell :: source bash_profile on startup mac 
Shell :: brew show package info 
Shell :: debian restart service 
Shell :: busybox ubuntu 
Shell :: create requirements file from project add them to poetry dependency 
Shell :: E: Unable to locate package libclang-cpp-dev 
Shell :: wget debian 
Shell :: create react and rails app 
Shell :: get logs from application isntaller 
Shell :: ansible playbook omit tag 
Shell :: install fm migrate 
Shell :: git add existing proj to a new repo failed 
Shell :: deno bundler 
Shell :: cat dhcp.leases 
Shell :: apt order by size 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =