diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 0c3004ea1c..9546b7b578 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -170,7 +170,9 @@ jobs: if: failure() with: name: Upload screenshots - path: apps/${{ env.APP_NAME }}/cypress/screenshots/ + path: | + apps/${{ env.APP_NAME }}/cypress/screenshots/ + apps/${{ env.APP_NAME }}/cypress/snapshots/ retention-days: 5 - name: Upload nextcloud logs