Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
Fix issue related to permissions
  • Loading branch information
CharlesNepote authored Jan 17, 2025
1 parent b45511b commit da4e996
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
run: |
python -m venv .venv && \
.venv/bin/pip install -r requirements.txt
- name: change permissions for pgdata directory
run: sudo chmod -R 777 /home/runner/work/folksonomy_api/folksonomy_api/data/pg/pgdata
- name: wait postgres to be ready
timeout-minutes: 10
run: |
Expand Down

0 comments on commit da4e996

Please sign in to comment.