Skip to content

Commit

Permalink
adjust permission
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jan 29, 2025
1 parent 9cea9a3 commit 9fed857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: PG setup
run: |
sudo -u postgres psql -c "create role testuser with login password 'testpassword';" postgres
sudo -u postgres psql -c "GRANT CREATE ON SCHEMA public TO PUBLIC;" postgres
- name: Test sqlutilpy
run: |
export SQLUTIL_TEST_PG_DB='postgres'
Expand Down

0 comments on commit 9fed857

Please sign in to comment.