Commit 83a6dd53 by mingyuan

no psql l

parent 4b86eaec
......@@ -8,7 +8,6 @@ jobs:
run: |
sudo systemctl start postgresql
sudo systemctl status postgresql
psql -h 127.0.0.1 -U postgres -l
psql postgres -c "create role runner with login password 'runner';"
- name: Set up Ruby
uses: actions/setup-ruby@v1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment