Skip to content

Commit 4417251

Browse files
authored
test: remove redundant test command in Windows CI workflow (#327)
1 parent 581e53b commit 4417251

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)