Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesNepote authored Jan 17, 2025
1 parent 7505bc3 commit a8e0126
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 @@ -24,6 +24,8 @@ jobs:
fetch-depth: 1
- name: start a postgresql docker container
run: ./start_postgres.sh &
- name: create pgdata directory
run: mkdir -p /home/runner/work/folksonomy_api/folksonomy_api/data/pg/pgdata
- name: change permissions for pgdata directory
run: sudo chmod -R 777 /home/runner/work/folksonomy_api/folksonomy_api/data/pg/pgdata
- name: install python
Expand Down

0 comments on commit a8e0126

Please sign in to comment.