We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7568fc4 commit 80faac2Copy full SHA for 80faac2
1 file changed
.github/workflows/integration.yml
@@ -60,15 +60,6 @@ jobs:
60
- name: Run integration test (CRA)
61
run: npm run test:cra
62
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
-
72
- name: Run integration test (NextJS)
73
run: npm run test:nextjs
74
0 commit comments