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 a982a83 commit 8ee3f16Copy full SHA for 8ee3f16
.github/workflows/ci.yml
@@ -34,15 +34,11 @@ jobs:
34
steps:
35
- name: GH Runner bug workaround
36
run: sysctl -w vm.mmap_rnd_bits=28
37
- - name: Checkout code
38
- uses: actions/checkout@v4
39
- with: { 'fetch-depth': 0 }
40
- name: Install postgres
41
run: |
42
apt-get update && apt -y install postgresql
43
which psql
44
- PGPASSWORD=xxx psql -h db-6000 -U spi_test spi_test -p 6000 -c "select 'ok';" || 0
45
- PGPASSWORD=xxx psql -h localhost -U spi_test spi_test -p 6000 -c "select 'ok';" || 0
+ PGPASSWORD=xxx psql -h localhost -U spi_test spi_test -p 6000 -c "select 'ok';"
46
env:
47
COLLECTION_SIGNING_PRIVATE_KEY: ${{ secrets.COLLECTION_SIGNING_PRIVATE_KEY }}
48
DATABASEPOOL_SIZE: 8
0 commit comments