Commit 2b285f29 by mingyuan

su unduer postgres

parent 83a6dd53
......@@ -8,7 +8,9 @@ jobs:
run: |
sudo systemctl start postgresql
sudo systemctl status postgresql
psql postgres -c "create role runner with login password 'runner';"
sudo su postgres
psql -c "create role runner with login password 'runner';"
exit
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
......
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