Skip to content

Commit

Permalink
Update python.yml
Browse files Browse the repository at this point in the history
Updated conf of Postgres container
  • Loading branch information
copernico committed Apr 13, 2023
1 parent 2c12367 commit c888520
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
ports:
# Maps tcp port 5432 on service container to the host
- 5432:5432
volumes:
- prospector/ddl:/docker-entrypoint-initdb.d
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand Down

0 comments on commit c888520

Please sign in to comment.