Skip to content

Commit 143bccc

Browse files
authored
Update smoke-test.yml
1 parent 38e41a9 commit 143bccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
export PGUSER=postgres
5151
export PGPASSWORD=test1234
5252
MAX_CONNECTIONS=$(PGPASSWORD=test1234 psql -h localhost -U postgres -d postgres -c "SHOW max_connections;" | grep -oP '(?<=row )[0-9]+')
53-
if [ "$MAX_CONNECTIONS" -ne "100" ]; then
53+
if [ "$MAX_CONNECTIONS" -ne "10" ]; then
5454
echo "Max connections is not set correctly!"
5555
exit 1
5656
fi

0 commit comments

Comments
 (0)