Skip to content

Commit c888520

Browse files
authored
Update python.yml
Updated conf of Postgres container
1 parent 2c12367 commit c888520

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
ports:
3939
# Maps tcp port 5432 on service container to the host
4040
- 5432:5432
41+
volumes:
42+
- prospector/ddl:/docker-entrypoint-initdb.d
4143
steps:
4244
- uses: actions/checkout@v3
4345
- name: Set up Python 3.10

0 commit comments

Comments
 (0)