mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
When tests fail, show also error.log as it may have meaningful content
This commit is contained in:
parent
d3aa329769
commit
c2db003431
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -160,6 +160,10 @@ jobs:
|
||||
if: failure()
|
||||
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
|
||||
if: failure()
|
||||
run: find logs/ -name exunit.log -exec cat '{}' ';'
|
||||
|
Loading…
Reference in New Issue
Block a user