We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba11d1e + 1c52dc4 commit 616b6c9Copy full SHA for 616b6c9
1 file changed
.github/workflows/integration.yml
@@ -65,3 +65,13 @@ jobs:
65
66
- name: Run integration test (Gatsby)
67
run: npm run test:gatsby
68
+
69
+ - name: Upload Cypress screenshots
70
+ if: failure()
71
+ uses: actions/upload-artifact@v4
72
+ with:
73
+ name: cypress-screenshots-${{ github.run_id }}
74
+ path: cypress/screenshots
75
+ retention-days: 30
76
+ compression-level: 6
77
+ if-no-files-found: ignore
0 commit comments