Skip to content

Commit 110d73a

Browse files
authored
Update main.yml
1 parent e53b46d commit 110d73a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
run: |
5050
sudo systemctl start postgresql.service
5151
sudo -u postgres createuser --createdb $USER
52+
psql -U postgres -c "ALTER USER $USER WITH SUPERUSER"
5253
5354
- name: Install dependencies
5455
run: |

0 commit comments

Comments
 (0)