Skip to content

Commit

Permalink
Merge pull request #88 from FriedRiceNoodles/fix/ci
Browse files Browse the repository at this point in the history
ci(ci): fixed ci
  • Loading branch information
FriedRiceNoodles authored Mar 22, 2024
2 parents 1aa1b36 + ccf535a commit 7af06a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
# 组件库打包
- name: Build packages
run: pnpm build

- name: Before Test
run: pnpm install playwright -g && pnpm exec playwright install

# 测试
- name: Test
run: pnpm test
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Build
run: pnpm build

- name: Before Test
run: pnpm install playwright -g && pnpm exec playwright install

# 测试
- name: Test
run: pnpm test
Expand Down

0 comments on commit 7af06a2

Please sign in to comment.