We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cea9a3 commit 9fed857Copy full SHA for 9fed857
.github/workflows/build.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: PG setup
32
run: |
33
sudo -u postgres psql -c "create role testuser with login password 'testpassword';" postgres
34
+ sudo -u postgres psql -c "GRANT CREATE ON SCHEMA public TO PUBLIC;" postgres
35
- name: Test sqlutilpy
36
37
export SQLUTIL_TEST_PG_DB='postgres'
0 commit comments