Skip to content

Commit 735eb56

Browse files
committed
ci: 🤖 在测试工作流中添加构建所有项目的步骤
1 parent 3402182 commit 735eb56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: Install dependencies for monorepo
3737
run: pnpm install --recursive --frozen-lockfile
3838

39+
- name: Build all projects
40+
run: pnpm run build
41+
3942
- name: Run Test
4043
run: pnpm run test:coverage
4144
# endregion

0 commit comments

Comments
 (0)