Skip to content

Commit

Permalink
test(actions/build): swap ports
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOneBro committed Apr 23, 2024
1 parent 40a0941 commit 607e74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
--health-interval 10s
--health-timeout 5s
ports:
- 5433:5432/tcp
- 5432:5433/tcp
redis:
image: redis:${{ matrix.redis-version }}
options: >-
Expand Down

0 comments on commit 607e74f

Please sign in to comment.