We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8df30c commit 697d218Copy full SHA for 697d218
.github/workflows/test.yml
@@ -33,6 +33,7 @@ jobs:
33
run: |
34
sudo systemctl start postgresql.service
35
pg_isready
36
+ sudo -u postgres createuser -s -d -r -w runner
37
- name: Setup Postgres
38
39
psql postgres -c 'CREATE DATABASE oui;'
0 commit comments