diff --git a/.github/workflows/vrt.yml b/.github/workflows/vrt.yml index e3bc142..bc8c3a9 100644 --- a/.github/workflows/vrt.yml +++ b/.github/workflows/vrt.yml @@ -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