Skip to content

Commit 5024352

Browse files
committed
fix(ci): Always output logs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 72b2ec5 commit 5024352

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/repair.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,8 @@ jobs:
119119
- name: Compare exports
120120
run: |
121121
diff export.html export2.html
122+
123+
- name: Check logs
124+
if: always()
125+
run: |
126+
cat data/nextcloud.log

.github/workflows/upgrade.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,7 @@ jobs:
136136
run: |
137137
diff export.html export2.html
138138
139+
- name: Check logs
140+
if: always()
141+
run: |
142+
cat data/nextcloud.log

0 commit comments

Comments
 (0)