Skip to content

Commit 8ee3f16

Browse files
committed
Debug
1 parent a982a83 commit 8ee3f16

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,11 @@ jobs:
3434
steps:
3535
- name: GH Runner bug workaround
3636
run: sysctl -w vm.mmap_rnd_bits=28
37-
- name: Checkout code
38-
uses: actions/checkout@v4
39-
with: { 'fetch-depth': 0 }
4037
- name: Install postgres
4138
run: |
4239
apt-get update && apt -y install postgresql
4340
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
41+
PGPASSWORD=xxx psql -h localhost -U spi_test spi_test -p 6000 -c "select 'ok';"
4642
env:
4743
COLLECTION_SIGNING_PRIVATE_KEY: ${{ secrets.COLLECTION_SIGNING_PRIVATE_KEY }}
4844
DATABASEPOOL_SIZE: 8

0 commit comments

Comments
 (0)