We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48ae99 commit f7313eaCopy full SHA for f7313ea
.github/workflows/ci.yml
@@ -38,8 +38,6 @@ jobs:
38
POSTGRES_DB: spi_test
39
POSTGRES_USER: spi_test
40
POSTGRES_PASSWORD: xxx
41
- ports:
42
- - 6000:5432
43
options: >-
44
--health-cmd pg_isready
45
--health-interval 10s
@@ -52,7 +50,7 @@ jobs:
52
50
run: |
53
51
apt-get update && apt -y install postgresql
54
which psql
55
- PGPASSWORD=xxx psql -h db-0 -U spi_test spi_test -p 6000 -c "select 'ok';"
+ PGPASSWORD=xxx psql -h db-0 -U spi_test spi_test -p 5432 -c "select 'ok';"
56
env:
57
COLLECTION_SIGNING_PRIVATE_KEY: ${{ secrets.COLLECTION_SIGNING_PRIVATE_KEY }}
58
DATABASEPOOL_SIZE: 8
0 commit comments