Skip to content

Commit c86f5bd

Browse files
authored
Update smoke-test.yml
1 parent 83dfd0e commit c86f5bd

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
@@ -42,7 +42,7 @@ jobs:
4242
export PGHOST=localhost
4343
export PGUSER=postgres
4444
export PGPASSWORD=test1234
45-
psql -h $PGHOST -U $PGUSER -c "ALTER SYSTEM SET max_connections = '100';"
45+
psql -h localhost -U postgres -c "ALTER SYSTEM SET max_connections = '100';"
4646
4747
- name: Run the smoke test
4848
run: |

0 commit comments

Comments
 (0)