We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53b46d commit 110d73aCopy full SHA for 110d73a
.github/workflows/main.yml
@@ -49,6 +49,7 @@ jobs:
49
run: |
50
sudo systemctl start postgresql.service
51
sudo -u postgres createuser --createdb $USER
52
+ psql -U postgres -c "ALTER USER $USER WITH SUPERUSER"
53
54
- name: Install dependencies
55
0 commit comments