Skip to content

Commit

Permalink
Merge pull request #878 from nextcloud/test/upload-all-the-logs
Browse files Browse the repository at this point in the history
test(ci): upload all the nextcloud logs in cypress tests
  • Loading branch information
max-nextcloud authored Sep 13, 2023
2 parents c639e39 + ced3446 commit 4c2760e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,15 +214,15 @@ jobs:
uses: actions/upload-artifact@v3
if: failure()
with:
name: Upload screenshots
name: Screenshots.${{ matrix.server-versions }}
path: apps/${{ env.APP_NAME }}/cypress/screenshots/
retention-days: 5

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

Expand Down

0 comments on commit 4c2760e

Please sign in to comment.