File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 40
40
cypress/e2e/retention/ui-homepage.cy.js
41
41
cypress/e2e/retention/ui-homepage-edit.cy.js
42
42
cypress/e2e/retention/ui-reports.cy.js
43
+ # keep running jobs even if one test fails in case there are multiple failed tests
43
44
fail-fast : false
44
45
45
46
# ##################################################################################################
@@ -87,13 +88,15 @@ jobs:
87
88
- uses : actions/upload-artifact@v4
88
89
if : failure()
89
90
with :
90
- name : " cypress-screenshots-${{ github.job }}"
91
+ name : " cypress-screenshots-${{ matrix.name }}"
91
92
path : ui/cypress/screenshots
93
+ if-no-files-found : ignore
92
94
93
95
- uses : actions/upload-artifact@v4
94
96
if : failure()
95
97
with :
96
- name : " cypress-videos-${{ github.job }}"
98
+ name : " cypress-videos-${{ matrix.name }}"
97
99
path : ui/cypress/videos
100
+ if-no-files-found : ignore
98
101
99
102
You can’t perform that action at this time.
0 commit comments