Skip to content

Commit

Permalink
Merge pull request #123 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 9c7577e + c9f0c98 commit 52874a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pnpm build

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

# 测试
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: pnpm build

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

# 测试
- name: Test
Expand Down

0 comments on commit 52874a2

Please sign in to comment.