Skip to content

Commit

Permalink
feat: 测试 CD 场景
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyi2 committed Oct 19, 2023
1 parent 68e2668 commit 839a216
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: 安装依赖
run: npm ci

- name: 代码校验
run: npm run lint
# - name: 代码校验
# run: npm run lint

# - name: 单元测试
# run: npm test
Expand All @@ -35,8 +35,8 @@ jobs:
# run: npm run docs:build

# 如果代码构建失败,则不需要进行文档部署
# - name: 代码构建
# run: npm run build
- name: 代码构建
run: npm run build

# 部署文档
# - name: 部署文档
Expand Down

0 comments on commit 839a216

Please sign in to comment.