Skip to content

Commit

Permalink
test(ci): always upload nextcloud log for debugging
Browse files Browse the repository at this point in the history
Right now i need this to see if exceptions in failed runs
also occure in successful runs.

Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud committed Sep 13, 2023
1 parent 4c2760e commit b65d8a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ jobs:

- name: Upload nextcloud logs
uses: actions/upload-artifact@v3
if: failure()
with:
name: ${{ matrix.server-versions }}.log
path: data/nextcloud.log
Expand Down

0 comments on commit b65d8a5

Please sign in to comment.