ci: 优化 GitHub Actions 工作流并添加单元测试
This commit is contained in:
3
.github/workflows/ci-cd.yaml
vendored
3
.github/workflows/ci-cd.yaml
vendored
@@ -28,6 +28,9 @@ jobs:
|
||||
env:
|
||||
VITE_BUILD_COMMIT: ${{ github.sha }}
|
||||
|
||||
- name: 🧪 单元测试
|
||||
run: pnpm run test:unit
|
||||
|
||||
- name: 📊 计算构建大小
|
||||
run: |
|
||||
echo "📊 构建大小统计:"
|
||||
|
Reference in New Issue
Block a user