mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +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()
|
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…
Reference in New Issue
Block a user