aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cypress.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 1ce04ff0358..dfe124f29a9 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -124,8 +124,10 @@ jobs:
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
if: always()
with:
- name: snapshots_${{ matrix.containers }}
- path: cypress/snapshots
+ name: snapshots_videos_${{ matrix.containers }}
+ path: |
+ cypress/snapshots
+ cypress/videos
- name: Extract NC logs
if: failure() && matrix.containers != 'component'