Skip to content

Commit 8facf1b

Browse files
committed
skip vite test on windows ci
1 parent dd1cc3f commit 8facf1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,13 @@ jobs:
176176
run: |
177177
RUST_BACKTRACE=1 pnpm test
178178
git diff --exit-code
179+
if: ${{ matrix.os != 'windows-latest' }}
180+
181+
- name: Run CLI E2E tests
182+
run: |
183+
RUST_BACKTRACE=1 pnpm -r snap-test
184+
git diff --exit-code
185+
if: ${{ matrix.os != 'windows-latest' }}
179186
180187
install-e2e-test:
181188
name: vite install E2E test

0 commit comments

Comments
 (0)