Skip to content

Commit be3ab29

Browse files
committed
ci: add-npm-install--g-pnpm
1 parent 9de7603 commit be3ab29

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@ jobs:
3030
- name: Format check
3131
run: pnpm format --check || true
3232

33-
- name: Run unit tests
34-
run: pnpm test
35-
3633
- name: Build
3734
run: pnpm build
3835

36+
- name: Install Playwright Browsers
37+
run: npx playwright install --with-deps
38+
39+
- name: Run unit tests
40+
run: pnpm test
41+
3942
- name: Run Playwright e2e tests
40-
run: pnpm e2e
43+
run: pnpm test:e2e

0 commit comments

Comments
 (0)