From 5cbb55cfb1820b6b06e2349279a92b1f12e812c6 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 13:11:39 +0200 Subject: [PATCH] Upload videos too --- .github/workflows/cypress.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 3b6756cf..f53feaa3 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -113,5 +113,12 @@ jobs: uses: actions/upload-artifact@v3 if: always() with: - name: cypress-screenshots - path: cypress/screenshots + name: cypress-screenshots + path: cypress/screenshots + + - name: Upload Cypress Videos + uses: actions/upload-artifact@v3 + if: always() + with: + name: cypress-videos + path: cypress/videos