Commit 4b86eaec by mingyuan

role

parent c238e475
......@@ -8,7 +8,7 @@ jobs:
run: |
sudo systemctl start postgresql
sudo systemctl status postgresql
psql -U postgres -l
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