Skip to content

Commit 2c1aa9f

Browse files
committed
run always
1 parent 99396a1 commit 2c1aa9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,7 @@ jobs:
153153
--env-file ./env-vars-testers.list \
154154
${{ matrix.test }}
155155
156-
docker exec -it server cat /var/www/html/data/nextcloud.log
156+
- name: Show nextcloud logs - ${{ matrix.test }}
157+
if: always()
158+
run: |
159+
docker exec server cat /var/www/html/data/nextcloud.log

0 commit comments

Comments
 (0)