Skip to content

Commit ac53a1e

Browse files
committed
test: recover CLI E2E test on windows
1 parent 581e53b commit ac53a1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
- name: Run CLI E2E tests
216216
if: ${{ matrix.os == 'windows-latest' }}
217217
run: |
218-
RUST_BACKTRACE=1 pnpm --filter=@voidzero-dev/vite-plus test && pnpm -r snap-test
218+
RUST_BACKTRACE=1 pnpm -r snap-test
219219
git diff --exit-code
220220
221221
e2e-test:

0 commit comments

Comments
 (0)