Skip to content

Commit 80faac2

Browse files
Revert "feat(ci): Upload CRA Cypress screenshots on failure"
This reverts commit 6a277cb.
1 parent 7568fc4 commit 80faac2

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/integration.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ 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-
7263
- name: Run integration test (NextJS)
7364
run: npm run test:nextjs
7465

0 commit comments

Comments
 (0)