Skip to content

Commit 9fed857

Browse files
committed
adjust permission
1 parent 9cea9a3 commit 9fed857

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: PG setup
3232
run: |
3333
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
3435
- name: Test sqlutilpy
3536
run: |
3637
export SQLUTIL_TEST_PG_DB='postgres'

0 commit comments

Comments
 (0)