Skip to content

Commit eb583a0

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/multi-82db6e5206
2 parents 2eff600 + 921c2da commit eb583a0

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.github/workflows/integration.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,13 @@ jobs:
6565

6666
- name: Run integration test (Gatsby)
6767
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

package-lock.json

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)