mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-26 09:44:21 +01:00
ci(vrt): clean up existing snapshots before running E2E tests
This commit is contained in:
6
.github/workflows/vrt.yml
vendored
6
.github/workflows/vrt.yml
vendored
@@ -49,7 +49,11 @@ jobs:
|
||||
|
||||
- name: Capture screenshots
|
||||
timeout-minutes: 3
|
||||
run: pnpm e2e
|
||||
run: |
|
||||
if [ -d "e2e/snapshots" ]; then
|
||||
rm -rf e2e/snapshots
|
||||
fi
|
||||
pnpm e2e
|
||||
env:
|
||||
MAX_CONCURRENCY: 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user