Show postgres log in apt package test

This commit is contained in:
Sven Klemm 2022-12-22 13:53:04 +01:00 committed by Sven Klemm
parent b92f36d765
commit 1eacb35107

View File

@ -4,6 +4,7 @@ on:
schedule:
# run daily 0:00 on main branch
- cron: '0 0 * * *'
pull_request:
push:
tags:
- '*'
@ -87,3 +88,8 @@ jobs:
false
fi
- name: PostgreSQL log
if: always()
run: |
cat /var/log/postgresql/postgresql-${{ matrix.pg }}-main.log