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 25, 2023
1 parent ddc2af3 commit 0f5d1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:

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

0 comments on commit 0f5d1b3

Please sign in to comment.