Skip to content

Commit

Permalink
ci: Keep separate assets for cypress
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr committed Feb 5, 2025
1 parent 56a8c72 commit ebbebd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,15 @@ jobs:
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: failure()
with:
name: Upload screenshots
name: Upload screenshots ${{ matrix.code-image}}-${{ matrix.containers }}
path: apps/${{ env.APP_NAME }}/cypress/screenshots/
retention-days: 5

- name: Upload nextcloud logs
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: failure()
with:
name: Upload nextcloud log
name: Upload nextcloud log ${{ matrix.code-image}}-${{ matrix.containers }}
path: data/nextcloud.log
retention-days: 5

Expand Down

0 comments on commit ebbebd0

Please sign in to comment.