Skip to content

Commit 9b10920

Browse files
Merge pull request #49 from bento-platform/ci/fix-postgres
ci: fix docker conf tweaking
2 parents c6c67a3 + e241712 commit 9b10920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: Tweak Postgres
3131
run: |
32-
docker exec ${{ job.services.postgres.id }} sh -c 'echo "max_connections=200" >> /var/lib/postgresql/data/postgresql.conf'
32+
docker exec ${{ job.services.postgres.id }} sh -c 'echo "max_connections=200" >> /var/lib/postgresql/18/docker/postgresql.conf'
3333
docker kill --signal=SIGHUP ${{ job.services.postgres.id }}
3434
- uses: actions/checkout@v5
3535
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)