We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83dfd0e commit c86f5bdCopy full SHA for c86f5bd
.github/workflows/smoke-test.yml
@@ -42,7 +42,7 @@ jobs:
42
export PGHOST=localhost
43
export PGUSER=postgres
44
export PGPASSWORD=test1234
45
- psql -h $PGHOST -U $PGUSER -c "ALTER SYSTEM SET max_connections = '100';"
+ psql -h localhost -U postgres -c "ALTER SYSTEM SET max_connections = '100';"
46
47
- name: Run the smoke test
48
run: |
0 commit comments