Skip to content

Commit

Permalink
test(ci): upload all the nextcloud logs in cypress tests
Browse files Browse the repository at this point in the history
Use different names for the artifacts so they all become available.

Also rename the screenshot artifacts
to clearify which version they are for.

Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud committed Sep 13, 2023
1 parent c639e39 commit ced3446
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 ced3446

Please sign in to comment.