File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200200 if : ${{ failure() }}
201201 uses : actions/upload-artifact@v4
202202 with :
203- name : error Screenshots
203+ name : error Screenshots ${{matrix.test}}
204204 path : |
205205 eform-angular-frontend/eform-client/errorShots/chrome*.png
206206 retention-days : 2
@@ -212,7 +212,7 @@ jobs:
212212 if : ${{ failure() }}
213213 uses : actions/upload-artifact@v4
214214 with :
215- name : error Screenshots
215+ name : cypress-videos-${{matrix.test}}
216216 path : |
217217 /home/runner/work/eform-backendconfiguration-plugin/eform-backendconfiguration-plugin/eform-angular-frontend/eform-client/cypress/videos/*.mp4
218218 retention-days : 2
Original file line number Diff line number Diff line change @@ -190,14 +190,14 @@ jobs:
190190 if : ${{ failure() }}
191191 uses : actions/upload-artifact@v4
192192 with :
193- name : error Screenshots
193+ name : error Screenshots ${{matrix.test}}
194194 path : |
195195 eform-angular-frontend/eform-client/errorShots/chrome*.png
196196 - name : Archive videos
197197 if : ${{ failure() }}
198198 uses : actions/upload-artifact@v4
199199 with :
200- name : error Screenshots
200+ name : cypress-videos-${{matrix.test}}
201201 path : |
202202 /home/runner/work/eform-backendconfiguration-plugin/eform-backendconfiguration-plugin/eform-angular-frontend/eform-client/cypress/videos/*.mp4
203203 retention-days : 3
You can’t perform that action at this time.
0 commit comments