Skip to content

Commit

Permalink
Show nextcloud log after cypress failure
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Mar 11, 2021
1 parent c9c1a56 commit a02794f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a02794f

Please sign in to comment.