Skip to content

Commit

Permalink
fix postgresql permissions to be postgresql 15 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Jan 24, 2025
1 parent 601c46c commit d648f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jakartified.maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ jobs:
sudo -u postgres psql postgres -c "CREATE DATABASE test;"
sudo -u postgres psql postgres -c "CREATE USER test WITH ENCRYPTED PASSWORD 'test';"
sudo -u postgres psql postgres -c "GRANT ALL PRIVILEGES ON DATABASE test TO test;"
sudo -u postgres psql postgres -c "GRANT ALL ON SCHEMA public TO test;"
- name: Test with Maven
run: mvn verify -Dmaven.javadoc.skip=true -P ${{matrix.server}}

0 comments on commit d648f40

Please sign in to comment.