mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 19:13:16 +08:00
Show postgres log in apt package test
This commit is contained in:
parent
b92f36d765
commit
1eacb35107
6
.github/workflows/apt-packages.yaml
vendored
6
.github/workflows/apt-packages.yaml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user