We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d3bf9 commit 40625c2Copy full SHA for 40625c2
1 file changed
.github/workflows/ci.yml
@@ -19,8 +19,8 @@ jobs:
19
- name: Output failed results
20
run: |
21
if [ -e test/regression.out ]; then
22
- ls -la /etc/postgresql/${{ matrix.pg }}/
23
- ls -la /etc/postgresql/${{ matrix.pg }}/test/
24
- cat /etc/postgresql/${{ matrix.pg }}/test/log
+ ls -la /var/log
+ ls -la /var/log/postgresql/
+ cat /var/log/postgresql/postgresql-${{ matrix.pg }}-test.log
25
exit 1
26
fi
0 commit comments