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 959b225 commit 17bafcbCopy full SHA for 17bafcb
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
POSTGRES_USER: spi_test
40
POSTGRES_PASSWORD: xxx
41
ports:
42
- - '5432:5432'
+ - '6000:5432'
43
options: >-
44
--health-cmd pg_isready
45
--health-interval 10s
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
apt-get update && apt -y install postgresql
54
which psql
55
- PGPASSWORD=xxx psql -h postgres -U spi_test spi_test -p 5432 -c "select 'ok';"
+ PGPASSWORD=xxx psql -h postgres -U spi_test spi_test -p 6000 -c "select 'ok';"
56
env:
57
COLLECTION_SIGNING_PRIVATE_KEY: ${{ secrets.COLLECTION_SIGNING_PRIVATE_KEY }}
58
DATABASEPOOL_SIZE: 8
0 commit comments