mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-19 04:03:06 +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:
|
schedule:
|
||||||
# run daily 0:00 on main branch
|
# run daily 0:00 on main branch
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
pull_request:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
@ -87,3 +88,8 @@ jobs:
|
|||||||
false
|
false
|
||||||
fi
|
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