.github: dump test logs from distcheck build directory

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2021-11-22 03:39:27 +01:00
parent f7b2479e7d
commit 558caf1a10

View File

@ -49,7 +49,7 @@ jobs:
./configure --prefix=/tmp --with-systemd=/tmp/lib/systemd/system
- name: Build release ...
run: |
make release || (cat test/start.log; cat test/remote.log; false)
make release || (cat sysklogd-2.3.0/_build/sub/test/start.log; cat sysklogd-2.3.0/_build/sub/test/remote.log; false)
ls -lF ../
mkdir -p artifacts/
mv ../*.tar.* artifacts/