Skip to content

Commit f70c3e2

Browse files
committed
add log dump on the end
1 parent 374a796 commit f70c3e2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,7 @@ jobs:
151151
--env COOKIE_BOB="$COOKIE_thirdparty" \
152152
--env-file ./env-vars-testers.list \
153153
${{ matrix.test }}
154+
155+
- name: Show nextcloud logs - ${{ matrix.test }}
156+
run: |
157+
docker exec -it server cat /var/www/html/data/nextcloud.log

0 commit comments

Comments
 (0)