We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde632c commit 9460a31Copy full SHA for 9460a31
.github/workflows/ci.yml
@@ -51,8 +51,15 @@ jobs:
51
name: Pack core tarball
52
- run: node scripts/install-local-tarball.js
53
name: Inject tarball into fixtures
54
- - run: pnpm test
55
- name: Run tests
+ - run: pnpm test:vite
+ name: Run Vite tests
56
+ - run: pnpm test:next
57
+ name: Run Next.js tests
58
+
59
+ - run: pnpm test:unit
60
+ name: Run unit tests
61
+ - run: pnpm test:cli
62
+ name: Run CLI tests
63
64
# 9 ▸ traces on failure
65
- name: Upload Playwright traces on failure
0 commit comments