Skip to content

Commit

Permalink
Fix tsearch permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngalstyan4 committed Nov 15, 2024
1 parent ee1cb43 commit c943719
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ jobs:
run: |
sudo chmod 777 -R "/usr/lib/postgresql/${PG_VERSION}/lib/"
sudo chmod 777 -R "/usr/share/postgresql/${PG_VERSION}/extension/"
# make sure the rust function exposing custom dict API can change the dictionary files
sudo chown -R postgres:postgres /usr/share/postgresql/${PG_VERSION}/tsearch_data/
env:
PG_VERSION: ${{ matrix.postgres }}
- name: Run tests
Expand Down

0 comments on commit c943719

Please sign in to comment.