Skip to content

Commit

Permalink
chore(workflow): use static port 5432
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf committed Aug 30, 2024
1 parent d16a86a commit e740f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Setup DB, Run tests
env:
PGHOST: postgres
PGHOST: 127.0.0.1
PGUSER: postgres
PGPORT: 5432
RAILS_ENV: test
Expand Down

0 comments on commit e740f22

Please sign in to comment.