Skip to content

Commit 40625c2

Browse files
committed
Try /var/log for logfile
1 parent 23d3bf9 commit 40625c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Output failed results
2020
run: |
2121
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
22+
ls -la /var/log
23+
ls -la /var/log/postgresql/
24+
cat /var/log/postgresql/postgresql-${{ matrix.pg }}-test.log
2525
exit 1
2626
fi

0 commit comments

Comments
 (0)