Skip to content

Commit 127deac

Browse files
committed
show logging at the end of the github action
1 parent ce6cf93 commit 127deac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/solid-tests-suites.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,8 @@ jobs:
152152
--env COOKIE_BOB="$COOKIE_thirdparty" \
153153
--env-file ./env-vars-testers.list \
154154
${{ matrix.test }}
155+
156+
- name: Show nextcloud logs - ${{ matrix.test }}
157+
if: always()
158+
run: |
159+
docker exec -i server cat /var/www/html/data/nextcloud.log

0 commit comments

Comments
 (0)