Skip to content

Commit

Permalink
OPHYK-214 Use correct postgres port when running tests on GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rce committed Dec 23, 2024
1 parent 8a0cb21 commit 90aa0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-varda-rekisterointi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
postgres:
image: postgres:15.7
ports:
- 5433:5432
- 5439:5432
env:
POSTGRES_USER: varda-rekisterointi
POSTGRES_DB: varda-rekisterointi
Expand Down

0 comments on commit 90aa0f3

Please sign in to comment.