Skip to content

Commit a48ae99

Browse files
committed
debug
1 parent ecf6d09 commit a48ae99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
POSTGRES_USER: spi_test
4040
POSTGRES_PASSWORD: xxx
4141
ports:
42-
- '5432:5432'
42+
- 6000:5432
4343
options: >-
4444
--health-cmd pg_isready
4545
--health-interval 10s
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
apt-get update && apt -y install postgresql
5454
which psql
55-
PGPASSWORD=xxx psql -h db-0 -U spi_test spi_test -p 5432 -c "select 'ok';"
55+
PGPASSWORD=xxx psql -h db-0 -U spi_test spi_test -p 6000 -c "select 'ok';"
5656
env:
5757
COLLECTION_SIGNING_PRIVATE_KEY: ${{ secrets.COLLECTION_SIGNING_PRIVATE_KEY }}
5858
DATABASEPOOL_SIZE: 8

0 commit comments

Comments
 (0)