Skip to content

Commit 6faa39a

Browse files
committed
fix CI
1 parent bd7cc11 commit 6faa39a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install project dependencies
2424
run: pnpm install
2525

26+
- name: Build
27+
run: pnpm run --recursive build
28+
2629
- name: Check
2730
run: pnpm run --recursive check
2831

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
key: ${{ runner.os }}-playwright
3434

3535
- name: Install Playwright browsers
36-
run: pnpm run playwright:install -- --with-deps=chromium
36+
run: pnpm run playwright:install --with-deps
3737

3838
- name: Check
3939
run: pnpm run --recursive test:unit:coverage

0 commit comments

Comments
 (0)