Skip to content

Commit

Permalink
add installing playwright command to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Sep 14, 2023
1 parent cc8a705 commit 6afefe5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-dev-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- run: npx playwright install --with-deps
- run: pnpm install
- run: pnpm build
- run: pnpm test
1 change: 0 additions & 1 deletion packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"bumpp": "^9.2.0",
"glob": "^10.3.4",
"hono": "^3.5.8",
"playwright": "^1.38.0",
"publint": "^0.1.12",
"rimraf": "^5.0.1",
"tsup": "^7.2.0",
Expand Down
29 changes: 4 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6afefe5

Please sign in to comment.