Skip to content

Commit

Permalink
Merge pull request #124 from FriedRiceNoodles/fix/ci
Browse files Browse the repository at this point in the history
fix(ci): fix ci
  • Loading branch information
FriedRiceNoodles authored Apr 8, 2024
2 parents 52874a2 + 5321045 commit f5f90f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Build packages
run: pnpm build

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

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

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

# 测试
- name: Test
Expand Down

0 comments on commit f5f90f8

Please sign in to comment.