Skip to content

Commit

Permalink
chore: increase max connections
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Mar 25, 2024
1 parent d00ea83 commit 4217791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
EOF
- run: docker restart --time 0 my_postgres_container
- run: sleep 10
- run: docker exec my_postgres_container psql -u postgres -c 'SHOW max_connections;'
- run: docker exec my_postgres_container psql -U postgres -c 'SHOW max_connections;'
- name: setup repository
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- run: docker restart --time 0 my_postgres_container
- run: sleep 10
- run: docker ps
- run: docker exec my_postgres_container psql -u postgres -c 'SHOW max_connections;'
- run: docker exec my_postgres_container psql -U postgres -c 'SHOW max_connections;'
- name: setup repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4217791

Please sign in to comment.