Skip to content

Commit

Permalink
ci(Master): Adding correct postgres service port to pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
gabszs committed Oct 7, 2024
1 parent a5ab947 commit 587c345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
POSTGRES_PASSWORD: ${{secrets.POSTGRES_PASSWORD}}
POSTGRES_USER: ${{secrets.POSTGRES_USER}}
ports:
- 5432:5432
- 5433:5432

steps:
- name: Cloning the Repository
Expand Down

0 comments on commit 587c345

Please sign in to comment.