Skip to content

Commit

Permalink
Fix port number
Browse files Browse the repository at this point in the history
  • Loading branch information
Actionb committed Jul 31, 2024
1 parent ad504d2 commit ba2b2b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
--health-cmd pg_isready
--health-interval 5s
ports:
- 5433:5432
- 5432:5432

runs-on: ubuntu-latest
strategy:
Expand All @@ -32,7 +32,7 @@ jobs:
DB_NAME: mizdb
DB_USER: mizdb_user
DB_HOST: db
DB_PORT: 5433
DB_PORT: 5432
steps:
- uses: actions/checkout@v4
- name: Run setup
Expand Down

0 comments on commit ba2b2b8

Please sign in to comment.