Skip to content

Commit f7313ea

Browse files
committed
debug
1 parent a48ae99 commit f7313ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
POSTGRES_DB: spi_test
3939
POSTGRES_USER: spi_test
4040
POSTGRES_PASSWORD: xxx
41-
ports:
42-
- 6000:5432
4341
options: >-
4442
--health-cmd pg_isready
4543
--health-interval 10s
@@ -52,7 +50,7 @@ jobs:
5250
run: |
5351
apt-get update && apt -y install postgresql
5452
which psql
55-
PGPASSWORD=xxx psql -h db-0 -U spi_test spi_test -p 6000 -c "select 'ok';"
53+
PGPASSWORD=xxx psql -h db-0 -U spi_test spi_test -p 5432 -c "select 'ok';"
5654
env:
5755
COLLECTION_SIGNING_PRIVATE_KEY: ${{ secrets.COLLECTION_SIGNING_PRIVATE_KEY }}
5856
DATABASEPOOL_SIZE: 8

0 commit comments

Comments
 (0)