summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-10-15 14:49:30 +0200
committerBadlop <badlop@process-one.net>2021-10-15 16:59:28 +0200
commitc2db0034311286035ce8ad6ee5f32101a02dae5a (patch)
treed80e81faeb442455fd170fd8a15ea7b6e7d89a1e /.github
parentFix vcard_search definition in pgsql new schema (thanks to Stu Tomlinson)(#3695) (diff)
When tests fail, show also error.log as it may have meaningful content
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7cafdfe6..634bd2a1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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 '{}' ';'