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:
authorMax <max@nextcloud.com>2022-03-30 12:15:18 +0300
committerMax <max@nextcloud.com>2022-03-31 15:40:42 +0300
commit302e999101723bc68374968ccc8d188d9beca5c6 (patch)
tree772d285261f3447caf6de88f51d5bee28d73cc9a
parent1fe73e4d8ed0484d12499d36dfa8cdbb1861092c (diff)
ci: add nextcloud.log as a artifact on cypress failure
Signed-off-by: Max <max@nextcloud.com>
-rw-r--r--.github/workflows/cypress.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index a09ebaf81..4004a485e 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -112,3 +112,11 @@ jobs:
name: Upload screenshots
path: apps/${{ env.APP_NAME }}/cypress/screenshots/
retention-days: 5
+
+ - name: Upload nextcloud logs
+ uses: actions/upload-artifact@v2
+ if: failure()
+ with:
+ name: Upload nextcloud log
+ path: data/nextcloud.log
+ retention-days: 5