Skip to content

Commit a9c38ce

Browse files
committed
fixup: run failure
1 parent 284a0b4 commit a9c38ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/single-postgres.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- uses: ankane/setup-postgres@v1
4343
with:
4444
postgres-version: ${{ inputs.postgresql }}
45+
- name: Check pg_hba
46+
if: ${{ failure() }}
47+
run: ls -l /etc/postgresql/
4548
- name: Check installed locales
4649
run: |
4750
locale -a

0 commit comments

Comments
 (0)