Skip to content

Commit

Permalink
Use container ID and keep my fingers crossed
Browse files Browse the repository at this point in the history
  • Loading branch information
mekanix committed Feb 8, 2024
1 parent f1d9e23 commit ce2e176
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ jobs:

- name: Alter max connections
run: |
docker ps -q --filter ancestor=postgres:10.8
docker exec -i postgres bash << EOF
docker exec -i `docker ps -q --filter ancestor=postgres:10.8` bash << EOF
sed -i -e 's/max_connections = 100/max_connections = 1000/' /var/lib/postgresql/data/postgresql.conf
sed -i -e 's/shared_buffers = 128MB/shared_buffers = 512MB/' /var/lib/postgresql/data/postgresql.conf
EOF
Expand Down

0 comments on commit ce2e176

Please sign in to comment.