Skip to content

Commit 3402182

Browse files
committed
ci: 🤖 单元测试工作流更新依赖安装方式
使用 `pnpm install --recursive --frozen-lockfile` 的方式
1 parent b7f63b1 commit 3402182

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
# endregion
3434

3535
# region: 前端项目构建,根据具体项目情况修改,此处以 <https://github.com/uni-ku/bundle-optimizer> 为例
36-
- name: Install dependencies
37-
run: pnpm install
36+
- name: Install dependencies for monorepo
37+
run: pnpm install --recursive --frozen-lockfile
3838

3939
- name: Run Test
4040
run: pnpm run test:coverage

0 commit comments

Comments
 (0)