Skip to content

Commit 9460a31

Browse files
committed
fix: updated ci script
1 parent fde632c commit 9460a31

File tree

2 files changed

+896
-2
lines changed

2 files changed

+896
-2
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,15 @@ jobs:
5151
name: Pack core tarball
5252
- run: node scripts/install-local-tarball.js
5353
name: Inject tarball into fixtures
54-
- run: pnpm test
55-
name: Run tests
54+
- run: pnpm test:vite
55+
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
5663

5764
# 9 ▸ traces on failure
5865
- name: Upload Playwright traces on failure

0 commit comments

Comments
 (0)