From a02794fe1c0c96cb53f90ef71fd5a181471f5b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 11 Mar 2021 15:24:26 +0100 Subject: [PATCH] Show nextcloud log after cypress failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/cypress.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 492356797e1..ea25c6ef2d2 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