Skip to content

Commit

Permalink
change: go test workflow postgres port
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Nov 22, 2023
1 parent 4fddad9 commit 60d95ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
postgres:
image: postgres
ports:
- "2345:5432"
- "5432:5432"
env:
POSTGRES_PASSWORD: password
POSTGRES_USER: nebula_test
Expand Down

0 comments on commit 60d95ef

Please sign in to comment.