Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-03-11 17:24:26 +0300
committerJulius Härtl <jus@bitgrid.net>2021-03-11 17:49:08 +0300
commita02794fe1c0c96cb53f90ef71fd5a181471f5b9b (patch)
tree3ecf8aaf4193f244e24100e3adaeb75deb70d702 /.github/workflows
parentc9c1a56b924fc0a0041fa145fe78dbae299da5fa (diff)
Show nextcloud log after cypress failure
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cypress.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 492356797..ea25c6ef2 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -81,3 +81,8 @@ jobs:
working-directory: 'apps/${{ env.APP_NAME }}'
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
+
+ - name: Nextcloud logs
+ if: ${{ failure() }}
+ run: |
+ cat data/nextcloud.log