Skip to content

Commit b6e7c56

Browse files
chore(ci): Upload cypress screeshots
1 parent 0ed7683 commit b6e7c56

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/integration.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ jobs:
6060
- name: Run integration test (CRA)
6161
run: npm run test:cra
6262

63+
- name: Upload cypress screeshots (CRA)
64+
if: failure()
65+
uses: actions/upload-artifact@v4
66+
with:
67+
name: cypress-screenshots-cra-${{ github.run_id }}
68+
path: cypress/screenshots/**
69+
retention-days: 30
70+
compression-level: 6
71+
6372
- name: Run integration test (NextJS)
6473
run: npm run test:nextjs
6574

0 commit comments

Comments
 (0)