We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1cc3f commit 8facf1bCopy full SHA for 8facf1b
.github/workflows/ci.yml
@@ -176,6 +176,13 @@ jobs:
176
run: |
177
RUST_BACKTRACE=1 pnpm test
178
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
186
187
install-e2e-test:
188
name: vite install E2E test
0 commit comments