mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
When tests fail, show also error.log as it may have meaningful content
This commit is contained in:
parent
d3aa329769
commit
c2db003431
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -160,6 +160,10 @@ jobs:
|
||||||
if: failure()
|
if: failure()
|
||||||
run: find logs/ -name ejabberd.log -exec cat '{}' ';'
|
run: find logs/ -name ejabberd.log -exec cat '{}' ';'
|
||||||
|
|
||||||
|
- name: View error.log
|
||||||
|
if: failure()
|
||||||
|
run: find logs/ -name error.log -exec cat '{}' ';'
|
||||||
|
|
||||||
- name: View exunit.log
|
- name: View exunit.log
|
||||||
if: failure()
|
if: failure()
|
||||||
run: find logs/ -name exunit.log -exec cat '{}' ';'
|
run: find logs/ -name exunit.log -exec cat '{}' ';'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue