Commit d6243f3d by mingyuan

add runner

parent dbb484d6
...@@ -8,9 +8,8 @@ jobs: ...@@ -8,9 +8,8 @@ jobs:
run: | run: |
sudo systemctl start postgresql sudo systemctl start postgresql
sudo systemctl status postgresql sudo systemctl status postgresql
createuser -h 127.0.0.1 -U postgres -P -e joe psql -l
qinqinqin psql postgres -c "create role runner with login password 'runner';"
qinqinqin
- name: Set up Ruby - name: Set up Ruby
uses: actions/setup-ruby@v1 uses: actions/setup-ruby@v1
with: 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