Skip to content

Commit

Permalink
Merge pull request #126 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 028e8f5 + 88b7dbb commit 7e70683
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 -D -w && pnpm exec playwright uninstall --all && pnpm exec playwright install
run: cd packages/banana && pnpm beforeTest

# 测试
- 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 -D -w && pnpm exec playwright uninstall --all && pnpm exec playwright install
run: cd packages/banana && pnpm beforeTest

# 测试
- name: Test
Expand Down

0 comments on commit 7e70683

Please sign in to comment.