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 e3f83c9 commit d16a86a
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 @@ -66,7 +66,7 @@ jobs:
env:
PGHOST: postgres
PGUSER: postgres
PGPORT: ${{ job.services.postgres.ports[5432] }}
PGPORT: 5432
RAILS_ENV: test
run: |
bin/rails db:create db:schema:load
Expand Down

0 comments on commit d16a86a

Please sign in to comment.