We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99396a1 commit 2c1aa9fCopy full SHA for 2c1aa9f
.github/workflows/solid-tests-suites.yml
@@ -153,4 +153,7 @@ jobs:
153
--env-file ./env-vars-testers.list \
154
${{ matrix.test }}
155
156
- docker exec -it server cat /var/www/html/data/nextcloud.log
+ - 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