Skip to content

Commit

Permalink
Update smoke-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AtulRajput01 authored Jun 15, 2023
1 parent 83dfd0e commit c86f5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
export PGHOST=localhost
export PGUSER=postgres
export PGPASSWORD=test1234
psql -h $PGHOST -U $PGUSER -c "ALTER SYSTEM SET max_connections = '100';"
psql -h localhost -U postgres -c "ALTER SYSTEM SET max_connections = '100';"
- name: Run the smoke test
run: |
Expand Down

0 comments on commit c86f5bd

Please sign in to comment.