Skip to content

Commit

Permalink
ci(workflow): 添加构建步骤并运行测试
Browse files Browse the repository at this point in the history
- 在安装依赖后添加了构建步骤
- 保持原有的运行测试步骤不变
  • Loading branch information
h7ml committed Oct 26, 2024
1 parent 3ddc421 commit 2399fa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
- name: Run build
run: pnpm run build
- name: Run tests
run: pnpm test

0 comments on commit 2399fa4

Please sign in to comment.