From 56c7e7a8d7b51e1342163ad4eaebd11a9dd26d91 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 14 Mar 2021 14:54:56 +0000 Subject: [PATCH] Update collaboration.yml --- .github/workflows/collaboration.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/collaboration.yml b/.github/workflows/collaboration.yml index a2adae1e5..e955c2d71 100644 --- a/.github/workflows/collaboration.yml +++ b/.github/workflows/collaboration.yml @@ -53,5 +53,11 @@ jobs: - uses: actions/upload-artifact@v2 if: always() with: - name: videos-and-screenshots - path: src/tests/frontend/cypress + name: cypress-videos + path: src/tests/frontend/cypress/videos/ + + - uses: actions/upload-artifact@v2 + if: always() + with: + name: cypress-screenshots + path: src/tests/frontend/cypress/screenshots/