debug - open 57637 port

pull/7154/head
Gokhan Gulbiz 2023-10-03 14:15:58 +03:00
parent fbe81bcf50
commit 6577272252
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ jobs:
runs-on: ubuntu-20.04
container:
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ vars.image_suffix }}"
options: --user root
options: --user root -p 57637:57637
needs:
- build
steps: