Skip to content

Commit 697d218

Browse files
committed
fix postgres in ci
1 parent f8df30c commit 697d218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
sudo systemctl start postgresql.service
3535
pg_isready
36+
sudo -u postgres createuser -s -d -r -w runner
3637
- name: Setup Postgres
3738
run: |
3839
psql postgres -c 'CREATE DATABASE oui;'

0 commit comments

Comments
 (0)