We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954caa8 commit 27ac083Copy full SHA for 27ac083
.github/workflows/ci-test.yml
@@ -53,7 +53,7 @@ jobs:
53
sudo sed -i -e '$a\fsync = off' /etc/postgresql/*/*/postgresql.conf
54
sudo service postgresql restart; sleep 30
55
# set up postgresql database
56
- psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
+ sudo -u postgres psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
57
58
- name: Install mysql
59
run: |
0 commit comments