We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598749f commit 2130d3aCopy full SHA for 2130d3a
1 file changed
.github/workflows/cypress.yml
@@ -68,6 +68,17 @@ jobs:
68
CYPRESS_MAPS_KEY_ID: ${{ secrets.MAPS_KEY_ID }}
69
CYPRESS_MAPS_TEAM_ID: ${{ secrets.MAPS_TEAM_ID }}
70
71
+ - name: Upload failure artifacts
72
+ if: failure()
73
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
74
+ with:
75
+ name: cypress-artifacts-${{ matrix.core.name }}
76
+ retention-days: 2
77
+ path: |
78
+ ./tests/cypress/reports
79
+ ./tests/cypress/videos
80
+ ./tests/cypress/screenshots
81
+
82
- name: Update summary
83
if: always()
84
run: |
0 commit comments