Skip to content

Commit 3c8287d

Browse files
committed
add log dump on the end
1 parent 46927af commit 3c8287d

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
@@ -152,3 +152,7 @@ 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+
run: |
158+
docker exec -it server cat /var/www/html/data/nextcloud.log

0 commit comments

Comments
 (0)